ImmutableCustomCollection<E> |
ImmutableCustomCollection.Builder.build() |
static <E> ImmutableCustomCollection<E> |
ImmutableCustomCollection.copyOf(CustomCollection<E> instance) |
static <E> ImmutableCustomCollection<E> |
ImmutableCustomCollection.of(CustColl<E> col) |
static <E> ImmutableCustomCollection<E> |
ImmutableCustomCollection.of(Iterable<? extends E> col) |
ImmutableCustomCollection<E> |
ImmutableCustomCollection.withCint(int... elements) |
ImmutableCustomCollection<E> |
ImmutableCustomCollection.withCint(Iterable<Integer> elements) |
ImmutableCustomCollection<E> |
ImmutableCustomCollection.withCol(E... elements) |
ImmutableCustomCollection<E> |
ImmutableCustomCollection.withCol(Iterable<? extends E> elements) |