Class AbstractSet<E>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable<E>
-
- com.github.andrewoma.dexx.collection.internal.base.AbstractIterable<E>
-
- com.github.andrewoma.dexx.collection.internal.base.AbstractSet<E>
-
- All Implemented Interfaces:
Iterable<E>,Set<E>,Traversable<E>,java.lang.Iterable<E>
- Direct Known Subclasses:
AbstractSortedSet,HashSet
public abstract class AbstractSet<E> extends AbstractIterable<E> implements Set<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<E>asSet()Returns an immutable view of this set as an instance ofjava.util.Set.booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractIterable
forEach
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.andrewoma.dexx.collection.Traversable
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet
-
-