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>, Iterable<E>
- Direct Known Subclasses:
AbstractSortedSet, HashSet
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractIterable
forEachMethods inherited from class AbstractTraversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toStringMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Traversable
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet
-
Constructor Details
-
AbstractSet
public AbstractSet()
-
-
Method Details
-
equals
-
hashCode
-
asSet
-