Package io.aether.utils.rcollections
Class RSetBySrc<E>
- java.lang.Object
-
- io.aether.utils.rcollections.RCollectionBySrc<E>
-
- io.aether.utils.rcollections.RSetBySrc<E>
-
- All Implemented Interfaces:
RCollection<E>,RSet<E>,ToString,java.lang.Iterable<E>,java.util.Collection<E>,java.util.Set<E>
public class RSetBySrc<E> extends RCollectionBySrc<E> implements RSet<E>
-
-
Field Summary
-
Fields inherited from class io.aether.utils.rcollections.RCollectionBySrc
src
-
-
Method Summary
-
Methods inherited from class io.aether.utils.rcollections.RCollectionBySrc
add, contains, containsAll, equals, forAdd, forRemove, hashCode, isEmpty, iterator, remove, size, toArray, toArray, toString, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.aether.utils.rcollections.RCollection
add0, forAdd, forRemove, remove0
-
Methods inherited from interface io.aether.utils.rcollections.RSet
addAll, addAndRemove, clear, containsAll, link, link, map, map, removeAll, retainAll, toMap
-
-
-
-
Constructor Detail
-
RSetBySrc
public RSetBySrc(java.util.Set<E> src)
-
-