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 TypeMethodDescriptionvoid
clear()
boolean
Iterator
<Table.Cell<R, C, V>> iterator()
boolean
int
size()
Spliterator
<Table.Cell<R, C, V>> 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
-
Constructor Details
-
CellSet
CellSet()
-
-
Method Details
-
contains
- Specified by:
contains
in interfaceCollection<Table.Cell<R,
C, V>> - Specified by:
contains
in interfaceSet<Table.Cell<R,
C, V>> - Overrides:
contains
in classAbstractCollection<Table.Cell<R,
C, V>>
-
remove
- Specified by:
remove
in interfaceCollection<Table.Cell<R,
C, V>> - Specified by:
remove
in interfaceSet<Table.Cell<R,
C, V>> - Overrides:
remove
in classAbstractCollection<Table.Cell<R,
C, V>>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<Table.Cell<R,
C, V>> - Specified by:
clear
in interfaceSet<Table.Cell<R,
C, V>> - Overrides:
clear
in classAbstractCollection<Table.Cell<R,
C, V>>
-
iterator
- Specified by:
iterator
in interfaceCollection<Table.Cell<R,
C, V>> - Specified by:
iterator
in interfaceIterable<Table.Cell<R,
C, V>> - Specified by:
iterator
in interfaceSet<Table.Cell<R,
C, V>> - Specified by:
iterator
in classAbstractCollection<Table.Cell<R,
C, V>>
-
spliterator
-
size
public int size()- Specified by:
size
in interfaceCollection<Table.Cell<R,
C, V>> - Specified by:
size
in interfaceSet<Table.Cell<R,
C, V>> - Specified by:
size
in classAbstractCollection<Table.Cell<R,
C, V>>
-