public class FooExpansion extends Object implements Set<Foo>, Serializable
| Constructor and Description |
|---|
FooExpansion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Foo foo) |
boolean |
addAll(Collection<? extends Foo> c) |
void |
clear() |
void |
collapseAll() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
void |
expandAll() |
static FooExpansion |
get()
Get the expansion for the session.
|
boolean |
isEmpty() |
Iterator<Foo> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<A> A[] |
toArray(A[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic void expandAll()
public void collapseAll()
public boolean add(Foo foo)
public boolean remove(Object o)
public boolean contains(Object o)
public void clear()
public int size()
public boolean isEmpty()
public <A> A[] toArray(A[] a)
public Object[] toArray()
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Foo>containsAll in interface Set<Foo>public boolean addAll(Collection<? extends Foo> c)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
public static FooExpansion get()
Copyright © 2020. All rights reserved.