-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voiddrop(int lower)booleanisResident()MapData<K,V>isResident(boolean isResident)booleanisTransient()MapData<K,V>isTransient(boolean isTransient)<K2> MapData<K2,V>keyClass(Class<K2> keyClass)swim.structure.Form<K>keyForm()<K2> MapData<K2,V>keyForm(swim.structure.Form<K2> keyForm)swim.structure.Valuename()swim.util.OrderedMap<K,V>snapshot()voidtake(int keep)<V2> MapData<K,V2>valueClass(Class<V2> valueClass)swim.structure.Form<V>valueForm()<V2> MapData<K,V2>valueForm(swim.structure.Form<V2> valueForm)-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Methods inherited from interface swim.util.OrderedMap
clear, comparator, containsKey, containsValue, entrySet, firstEntry, firstKey, firstValue, get, getEntry, getIndex, headMap, indexOf, isEmpty, iterator, keyIterator, keySet, lastEntry, lastKey, lastValue, nextEntry, nextKey, nextValue, previousEntry, previousKey, previousValue, put, putAll, remove, size, subMap, tailMap, valueIterator, values
-
-