Class ImmutableSortedBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagFactoryImpl
- All Implemented Interfaces:
ImmutableSortedBagFactory
public class ImmutableSortedBagFactoryImpl extends Object implements ImmutableSortedBagFactory
-
Field Summary
Fields Modifier and Type Field Description static ImmutableSortedBagFactoryINSTANCE -
Constructor Summary
Constructors Constructor Description ImmutableSortedBagFactoryImpl() -
Method Summary
-
Field Details
-
Constructor Details
-
ImmutableSortedBagFactoryImpl
public ImmutableSortedBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableSortedBagFactory
-
empty
- Specified by:
emptyin interfaceImmutableSortedBagFactory
-
of
Description copied from interface:ImmutableSortedBagFactorySame asImmutableSortedBagFactory.empty().- Specified by:
ofin interfaceImmutableSortedBagFactory
-
with
Description copied from interface:ImmutableSortedBagFactorySame asImmutableSortedBagFactory.empty().- Specified by:
within interfaceImmutableSortedBagFactory
-
of
Description copied from interface:ImmutableSortedBagFactory- Specified by:
ofin interfaceImmutableSortedBagFactory
-
with
- Specified by:
within interfaceImmutableSortedBagFactory
-
ofAll
Description copied from interface:ImmutableSortedBagFactory- Specified by:
ofAllin interfaceImmutableSortedBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableSortedBagFactory
-
of
Description copied from interface:ImmutableSortedBagFactory- Specified by:
ofin interfaceImmutableSortedBagFactory
-
with
- Specified by:
within interfaceImmutableSortedBagFactory
-
of
Description copied from interface:ImmutableSortedBagFactory- Specified by:
ofin interfaceImmutableSortedBagFactory
-
with
- Specified by:
within interfaceImmutableSortedBagFactory
-
ofAll
public <T> ImmutableSortedBag<T> ofAll(Comparator<? super T> comparator, Iterable<? extends T> items)Description copied from interface:ImmutableSortedBagFactory- Specified by:
ofAllin interfaceImmutableSortedBagFactory
-
withAll
public <T> ImmutableSortedBag<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)- Specified by:
withAllin interfaceImmutableSortedBagFactory
-
ofSortedBag
Description copied from interface:ImmutableSortedBagFactory- Specified by:
ofSortedBagin interfaceImmutableSortedBagFactory
-
withSortedBag
- Specified by:
withSortedBagin interfaceImmutableSortedBagFactory
-