- All Superinterfaces:
Iterable<Map.Entry<K,V>>, IterableMap<K,V>, Map<K,V>, OrderedMap<K,V>, SortedMap<K,V>
- All Known Subinterfaces:
MapDataBinding
- All Known Implementing Classes:
MapDataModel, MapDataModel, MapDataProxy, MapDataView
public interface MapData<K,V>
extends OrderedMap<K,V>
-
-
Method Summary
void
void
boolean
boolean
void
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
-
Method Details
-
-
-
-
-
-
-
-
isResident
boolean isResident()
-
-
isTransient
boolean isTransient()
-
isTransient
MapData<K,V> isTransient(boolean isTransient)
-
drop
void drop(int lower)
-
-
-