Interface ImmutableSortedBagFactory
- All Known Implementing Classes:
ImmutableSortedBagFactoryImpl
public interface ImmutableSortedBagFactory
A factory which creates instances of type
ImmutableSortedBag.-
Method Summary
-
Method Details
-
empty
-
empty
-
of
Same asempty(). -
with
Same asempty(). -
of
Same aswith(Object[]). -
with
-
ofAll
Same aswithAll(Iterable). -
withAll
-
of
Same aswith(Comparator, Object[]). -
with
-
of
Same aswith(Comparator). -
with
-
ofAll
Same aswithAll(Comparator, Iterable). -
withAll
-
ofSortedBag
Same aswithSortedBag(SortedBag). -
withSortedBag
-