|
Griffon 0.9.5-rc2 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.util.CollectionUtils.SetBuilder
public static class CollectionUtils.SetBuilder
| Field Summary | |
|---|---|
private Set |
delegate
|
| Constructor Summary | |
CollectionUtils.SetBuilder(Set delegate)
|
|
| Method Summary | |
|---|---|
boolean
|
add(E e)
|
boolean
|
addAll(Collection es)
|
void
|
clear()
|
boolean
|
contains(Object o)
|
boolean
|
containsAll(Collection objects)
|
SetBuilder
|
e(E e)
|
boolean
|
equals(Object o)
|
int
|
hashCode()
|
boolean
|
isEmpty()
|
Iterator
|
iterator()
|
boolean
|
remove(Object o)
|
boolean
|
removeAll(Collection objects)
|
boolean
|
retainAll(Collection objects)
|
int
|
size()
|
Object[]
|
toArray()
|
Object[]
|
toArray(Object[] ts)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final Set delegate
| Constructor Detail |
|---|
public CollectionUtils.SetBuilder(Set delegate)
| Method Detail |
|---|
public boolean add(E e)
public boolean addAll(Collection es)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection objects)
public SetBuilder e(E e)
@Override public boolean equals(Object o)
@Override public int hashCode()
public boolean isEmpty()
public Iterator iterator()
public boolean remove(Object o)
public boolean removeAll(Collection objects)
public boolean retainAll(Collection objects)
public int size()
public Object[] toArray()
public Object[] toArray(Object[] ts)
Groovy Documentation