Package com.google.common.collect
Class AbstractTable.CellSet
- All Implemented Interfaces:
Iterable<Table.Cell<R,,C, V>> Collection<Table.Cell<R,,C, V>> Set<Table.Cell<R,C, V>>
- Enclosing class:
- AbstractTable<R,
C, V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanIterator<Table.Cell<R,C, V>> iterator()booleanintsize()Spliterator<Table.Cell<R,C, V>> 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, toArray
-
Constructor Details
-
CellSet
CellSet()
-
-
Method Details
-
contains
- Specified by:
containsin interfaceCollection<Table.Cell<R,C, V>> - Specified by:
containsin interfaceSet<Table.Cell<R,C, V>> - Overrides:
containsin classAbstractCollection<Table.Cell<R,C, V>>
-
remove
- Specified by:
removein interfaceCollection<Table.Cell<R,C, V>> - Specified by:
removein interfaceSet<Table.Cell<R,C, V>> - Overrides:
removein classAbstractCollection<Table.Cell<R,C, V>>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Table.Cell<R,C, V>> - Specified by:
clearin interfaceSet<Table.Cell<R,C, V>> - Overrides:
clearin classAbstractCollection<Table.Cell<R,C, V>>
-
iterator
- Specified by:
iteratorin interfaceCollection<Table.Cell<R,C, V>> - Specified by:
iteratorin interfaceIterable<Table.Cell<R,C, V>> - Specified by:
iteratorin interfaceSet<Table.Cell<R,C, V>> - Specified by:
iteratorin classAbstractCollection<Table.Cell<R,C, V>>
-
spliterator
-
size
public int size()- Specified by:
sizein interfaceCollection<Table.Cell<R,C, V>> - Specified by:
sizein interfaceSet<Table.Cell<R,C, V>> - Specified by:
sizein classAbstractCollection<Table.Cell<R,C, V>>
-