qflib 0.98.0

de.qfs.lib.util
Interface MultiMap.ValueSet

All Superinterfaces:
java.util.Collection, java.util.Set
Enclosing class:
MultiMap

protected static interface MultiMap.ValueSet
extends java.util.Set

This interface is a marker for the actual Set used to store multiple values for the same key in a MultiMap. It is needed by a MultiMap to distinguish between a ValueSet and some other Set stored by the user.


Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 


qflib 0.98.0