Package org.jibx.binding.util
Class MultipleValueMap.MultipleValueList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList
-
- org.jibx.binding.util.MultipleValueMap.MultipleValueList
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable
,java.util.Collection
,java.util.List
,java.util.RandomAccess
- Enclosing class:
- MultipleValueMap
private static class MultipleValueMap.MultipleValueList extends java.util.ArrayList
List used for multiple values. This is just a marker, so that the actual values can be anything at all (including lists).
-
-
Constructor Summary
Constructors Constructor Description MultipleValueList()
-
Method Summary
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-