Package org.organicdesign.fp.collections
Interface BaseUnsortedMap<K,V>
-
- All Superinterfaces:
BaseMap<K,V>,java.lang.Iterable<UnmodMap.UnEntry<K,V>>,java.util.Map<K,V>,Sized,Transformable<UnmodMap.UnEntry<K,V>>,UnmodIterable<UnmodMap.UnEntry<K,V>>,UnmodMap<K,V>
- All Known Subinterfaces:
ImMap<K,V>,MutableMap<K,V>
- All Known Implementing Classes:
PersistentHashMap,PersistentHashMap.MutableHashMap
public interface BaseUnsortedMap<K,V> extends BaseMap<K,V>
Addsequator()toBaseMapwhich is an unsorted-only operation. Lowest common ancestor ofMutableMapandImMap.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface org.organicdesign.fp.collections.UnmodMap
UnmodMap.UnEntry<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Equator<K>equator()Returns the Equator used by this map for equals comparisons and hashCodes-
Methods inherited from interface org.organicdesign.fp.collections.BaseMap
assoc, assoc, containsKey, entry, entrySet, get, getOrElse, keySet, without
-
Methods inherited from interface org.organicdesign.fp.xform.Transformable
toImList, toImMap, toImRrbt, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, toMutableRrbt, toMutableSet, toMutableSortedMap, toMutableSortedSet
-
Methods inherited from interface org.organicdesign.fp.collections.UnmodIterable
concat, drop, dropWhile, filter, flatMap, fold, foldUntil, head, iterator, map, precat, take, takeWhile
-
Methods inherited from interface org.organicdesign.fp.collections.UnmodMap
clear, compute, computeIfAbsent, computeIfPresent, containsValue, isEmpty, keyIterator, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, valIterator, values
-
-