Package gw.util
Class CiHashMap.KeySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<K>
gw.util.CiHashMap.KeySet
- All Implemented Interfaces:
Iterable<K>,Collection<K>,Set<K>
- Enclosing class:
- CiHashMap<K extends CharSequence,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<K extends CharSequence>- Specified by:
iteratorin interfaceIterable<K extends CharSequence>- Specified by:
iteratorin interfaceSet<K extends CharSequence>- Specified by:
iteratorin classAbstractCollection<K extends CharSequence>
-
size
public int size()- Specified by:
sizein interfaceCollection<K extends CharSequence>- Specified by:
sizein interfaceSet<K extends CharSequence>- Specified by:
sizein classAbstractCollection<K extends CharSequence>
-
contains
- Specified by:
containsin interfaceCollection<K extends CharSequence>- Specified by:
containsin interfaceSet<K extends CharSequence>- Overrides:
containsin classAbstractCollection<K extends CharSequence>
-
remove
- Specified by:
removein interfaceCollection<K extends CharSequence>- Specified by:
removein interfaceSet<K extends CharSequence>- Overrides:
removein classAbstractCollection<K extends CharSequence>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<K extends CharSequence>- Specified by:
clearin interfaceSet<K extends CharSequence>- Overrides:
clearin classAbstractCollection<K extends CharSequence>
-