Package io.netty.util.collection
Class ByteObjectHashMap.KeySet
- Enclosing class:
ByteObjectHashMap<V>
Set implementation for iterating over the keys.
-
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, 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, spliterator, toArray, toArray
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<Byte>- Specified by:
sizein interfaceSet<Byte>- Specified by:
sizein classAbstractCollection<Byte>
-
contains
- Specified by:
containsin interfaceCollection<Byte>- Specified by:
containsin interfaceSet<Byte>- Overrides:
containsin classAbstractCollection<Byte>
-
remove
- Specified by:
removein interfaceCollection<Byte>- Specified by:
removein interfaceSet<Byte>- Overrides:
removein classAbstractCollection<Byte>
-
retainAll
- Specified by:
retainAllin interfaceCollection<Byte>- Specified by:
retainAllin interfaceSet<Byte>- Overrides:
retainAllin classAbstractCollection<Byte>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Byte>- Specified by:
clearin interfaceSet<Byte>- Overrides:
clearin classAbstractCollection<Byte>
-
iterator
-