N - Тип коллекцииpublic interface ImmutableCollection<N> extends Iterable<N>
| Modifier and Type | Method and Description |
|---|---|
ImmutableCollection<N> |
add(N n) |
ImmutableCollection<N> |
clear() |
boolean |
contains(N n) |
boolean |
isEmpty() |
ImmutableCollection<N> |
remove(N n) |
int |
size() |
forEach, iterator, spliteratorboolean isEmpty()
int size()
boolean contains(N n)
ImmutableCollection<N> clear()
ImmutableCollection<N> add(N n)
ImmutableCollection<N> remove(N n)
Copyright © 2018. All rights reserved.