Package com.google.common.collect
Class MapMakerInternalMap.KeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- com.google.common.collect.MapMakerInternalMap.SafeToArraySet<K>
-
- com.google.common.collect.MapMakerInternalMap.KeySet
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- MapMakerInternalMap<K,V,E extends MapMakerInternalMap.InternalEntry<K,V,E>,S extends MapMakerInternalMap.Segment<K,V,E,S>>
final class MapMakerInternalMap.KeySet extends MapMakerInternalMap.SafeToArraySet<K>
-
-
Constructor Summary
Constructors Constructor Description KeySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
contains(java.lang.Object o)
boolean
isEmpty()
java.util.Iterator<K>
iterator()
boolean
remove(java.lang.Object o)
int
size()
-
Methods inherited from class com.google.common.collect.MapMakerInternalMap.SafeToArraySet
toArray, toArray
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toString
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<K> iterator()
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
contains
public boolean contains(java.lang.Object o)
-
remove
public boolean remove(java.lang.Object o)
-
-