|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChainableSet | |
|---|---|
| com.senn.magic.collections | This package contains collection classes. |
| Uses of ChainableSet in com.senn.magic.collections |
|---|
| Classes in com.senn.magic.collections that implement ChainableSet | |
|---|---|
class |
ChainableHashSet<E>
HashSet implementation of ChainableSet |
class |
ChainableLinkedHashSet<E>
LinkedHashSet implementation of ChainableSet |
class |
ChainableTreeSet<E>
TreeSet implementation of ChainableSet |
| Methods in com.senn.magic.collections that return ChainableSet | |
|---|---|
ChainableSet<E> |
ChainableTreeSet.delete(Object o)
|
ChainableSet<E> |
ChainableSet.delete(Object o)
|
ChainableSet<E> |
ChainableLinkedHashSet.delete(Object o)
|
ChainableSet<E> |
ChainableHashSet.delete(Object o)
|
ChainableSet<E> |
ChainableTreeSet.deleteAll(Collection<?> c)
|
ChainableSet<E> |
ChainableSet.deleteAll(Collection<?> c)
|
ChainableSet<E> |
ChainableLinkedHashSet.deleteAll(Collection<?> c)
|
ChainableSet<E> |
ChainableHashSet.deleteAll(Collection<?> c)
|
ChainableSet<E> |
ChainableTreeSet.empty()
|
ChainableSet<E> |
ChainableSet.empty()
|
ChainableSet<E> |
ChainableLinkedHashSet.empty()
|
ChainableSet<E> |
ChainableHashSet.empty()
|
ChainableSet<E> |
ChainableTreeSet.keepAll(Collection<?> c)
|
ChainableSet<E> |
ChainableSet.keepAll(Collection<?> c)
|
ChainableSet<E> |
ChainableLinkedHashSet.keepAll(Collection<?> c)
|
ChainableSet<E> |
ChainableHashSet.keepAll(Collection<?> c)
|
ChainableSet<E> |
ChainableTreeSet.put(E e)
|
ChainableSet<E> |
ChainableSet.put(E e)
|
ChainableSet<E> |
ChainableLinkedHashSet.put(E e)
|
ChainableSet<E> |
ChainableHashSet.put(E e)
|
ChainableSet<E> |
ChainableTreeSet.putAll(Collection<? extends E> c)
|
ChainableSet<E> |
ChainableSet.putAll(Collection<? extends E> c)
|
ChainableSet<E> |
ChainableLinkedHashSet.putAll(Collection<? extends E> c)
|
ChainableSet<E> |
ChainableHashSet.putAll(Collection<? extends E> c)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||