|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChainableSet<E>
Set sub interface that makes it possible to 'chain' actions
| Method Summary | |
|---|---|
boolean |
add(E e)
Deprecated. |
boolean |
addAll(Collection<? extends E> c)
Deprecated. |
void |
clear()
Deprecated. |
ChainableSet<E> |
delete(Object o)
|
ChainableSet<E> |
deleteAll(Collection<?> c)
|
ChainableSet<E> |
empty()
|
ChainableSet<E> |
keepAll(Collection<?> c)
|
ChainableSet<E> |
put(E e)
|
ChainableSet<E> |
putAll(Collection<? extends E> c)
|
boolean |
remove(Object o)
Deprecated. |
boolean |
removeAll(Collection<?> c)
Deprecated. |
boolean |
retainAll(Collection<?> c)
Deprecated. |
| Methods inherited from interface java.util.Set |
|---|
contains, containsAll, equals, hashCode, isEmpty, iterator, size, toArray, toArray |
| Method Detail |
|---|
ChainableSet<E> delete(Object o)
o -
Set.remove(Object)ChainableSet<E> deleteAll(Collection<?> c)
c -
Set.removeAll(Collection)ChainableSet<E> empty()
Set.clear()ChainableSet<E> keepAll(Collection<?> c)
c -
Set.retainAll(Collection)ChainableSet<E> put(E e)
e -
Set.add(Object)ChainableSet<E> putAll(Collection<? extends E> c)
c -
Set.addAll(Collection)@Deprecated boolean add(E e)
add in interface Collection<E>add in interface Set<E>put(Object)@Deprecated boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface Set<E>putAll(Collection)@Deprecated void clear()
clear in interface Collection<E>clear in interface Set<E>empty()@Deprecated boolean remove(Object o)
remove in interface Collection<E>remove in interface Set<E>delete(Object)@Deprecated boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in interface Set<E>deleteAll(Collection)@Deprecated boolean retainAll(Collection<?> c)
retainAll in interface Collection<E>retainAll in interface Set<E>keepAll(Collection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||