Package it.unimi.dsi.fastutil.chars
Class AbstractChar2ByteMap.BasicEntrySet
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectSet<Char2ByteMap.Entry>
it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntrySet
- All Implemented Interfaces:
ObjectCollection<Char2ByteMap.Entry>,ObjectIterable<Char2ByteMap.Entry>,ObjectSet<Char2ByteMap.Entry>,Cloneable,Iterable<Char2ByteMap.Entry>,Collection<Char2ByteMap.Entry>,Set<Char2ByteMap.Entry>
- Enclosing class:
- AbstractChar2ByteMap
public abstract static class AbstractChar2ByteMap.BasicEntrySet extends AbstractObjectSet<Char2ByteMap.Entry>
This class provides a basic implementation for an Entry set which forwards
some queries to the map.
-
Constructor Summary
Constructors Constructor Description BasicEntrySet(Char2ByteMap map) -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectSet
equals, hashCode, iteratorMethods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
-
Constructor Details
-
Method Details
-
contains
- Specified by:
containsin interfaceCollection<Char2ByteMap.Entry>- Specified by:
containsin interfaceSet<Char2ByteMap.Entry>- Overrides:
containsin classAbstractCollection<Char2ByteMap.Entry>
-
remove
- Specified by:
removein interfaceCollection<Char2ByteMap.Entry>- Specified by:
removein interfaceSet<Char2ByteMap.Entry>- Overrides:
removein classAbstractCollection<Char2ByteMap.Entry>
-
size
public int size()- Specified by:
sizein interfaceCollection<Char2ByteMap.Entry>- Specified by:
sizein interfaceSet<Char2ByteMap.Entry>- Specified by:
sizein classAbstractCollection<Char2ByteMap.Entry>
-