saffron.util
Class MultiMap.ValueList
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.ArrayList
|
+--saffron.util.MultiMap.ValueList
- All Implemented Interfaces:
- Cloneable, Collection, List, RandomAccess, Serializable
- Enclosing class:
- MultiMap
- private static class MultiMap.ValueList
- extends ArrayList
Holder class, ensures that user's values are never interpreted as
multiple values.
Fields inherited from class java.util.ArrayList |
|
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
MultiMap.ValueList
private MultiMap.ValueList()