private final class CellFlatMap.CellFlatMapCollection extends Object implements Collection<Cell>
Modifier | Constructor and Description |
---|---|
private |
CellFlatMapCollection() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Cell k) |
boolean |
addAll(Collection<? extends Cell> collection) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> collection) |
boolean |
isEmpty() |
Iterator<Cell> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] ts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
private CellFlatMapCollection()
public int size()
size
in interface Collection<Cell>
public boolean isEmpty()
isEmpty
in interface Collection<Cell>
public void clear()
clear
in interface Collection<Cell>
public boolean contains(Object o)
contains
in interface Collection<Cell>
public Object[] toArray()
toArray
in interface Collection<Cell>
public <T> T[] toArray(T[] ts)
toArray
in interface Collection<Cell>
public boolean add(Cell k)
add
in interface Collection<Cell>
public boolean remove(Object o)
remove
in interface Collection<Cell>
public boolean containsAll(Collection<?> collection)
containsAll
in interface Collection<Cell>
public boolean addAll(Collection<? extends Cell> collection)
addAll
in interface Collection<Cell>
public boolean removeAll(Collection<?> collection)
removeAll
in interface Collection<Cell>
public boolean retainAll(Collection<?> collection)
retainAll
in interface Collection<Cell>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.