Package com.google.common.collect
Class TreeRangeMap.SubRangeMap.SubRangeMapAsMap
- java.lang.Object
-
- java.util.AbstractMap<Range<K>,V>
-
- com.google.common.collect.TreeRangeMap.SubRangeMap.SubRangeMapAsMap
-
- All Implemented Interfaces:
java.util.Map<Range<K>,V>
- Enclosing class:
- TreeRangeMap.SubRangeMap
class TreeRangeMap.SubRangeMap.SubRangeMapAsMap extends java.util.AbstractMap<Range<K>,V>
-
-
Constructor Summary
Constructors Constructor Description SubRangeMapAsMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(java.lang.Object key)(package private) java.util.Iterator<java.util.Map.Entry<Range<K>,V>>entryIterator()java.util.Set<java.util.Map.Entry<Range<K>,V>>entrySet()Vget(java.lang.Object key)java.util.Set<Range<K>>keySet()Vremove(java.lang.Object key)private booleanremoveEntryIf(Predicate<? super java.util.Map.Entry<Range<K>,V>> predicate)java.util.Collection<V>values()-
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(java.lang.Object key)
-
get
public V get(java.lang.Object key)
-
remove
public V remove(java.lang.Object key)
-
clear
public void clear()
-
removeEntryIf
private boolean removeEntryIf(Predicate<? super java.util.Map.Entry<Range<K>,V>> predicate)
-
-