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, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection<K extends CharSequence>
- Specified by:
iterator
in interfaceIterable<K extends CharSequence>
- Specified by:
iterator
in interfaceSet<K extends CharSequence>
- Specified by:
iterator
in classAbstractCollection<K extends CharSequence>
-
size
public int size()- Specified by:
size
in interfaceCollection<K extends CharSequence>
- Specified by:
size
in interfaceSet<K extends CharSequence>
- Specified by:
size
in classAbstractCollection<K extends CharSequence>
-
contains
- Specified by:
contains
in interfaceCollection<K extends CharSequence>
- Specified by:
contains
in interfaceSet<K extends CharSequence>
- Overrides:
contains
in classAbstractCollection<K extends CharSequence>
-
remove
- Specified by:
remove
in interfaceCollection<K extends CharSequence>
- Specified by:
remove
in interfaceSet<K extends CharSequence>
- Overrides:
remove
in classAbstractCollection<K extends CharSequence>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<K extends CharSequence>
- Specified by:
clear
in interfaceSet<K extends CharSequence>
- Overrides:
clear
in classAbstractCollection<K extends CharSequence>
-