| Package | Description |
|---|---|
| xyz.cofe.collection.list |
Работа со списками, прослушивание измений списоков
|
| xyz.cofe.cxconsole.menu |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImmutableList<N>
Абстрактный класс
|
class |
ArrayImmutableList<N> |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<N> |
ImmutableList.add(N n) |
ImmutableList<N> |
ImmutableList.clear() |
ImmutableList<N> |
ImmutableList.delete(int idx) |
ImmutableList<N> |
ImmutableList.insert(int idx,
N n) |
ImmutableList<N> |
ImmutableList.remove(N n) |
ImmutableList<N> |
ImmutableList.set(int index,
N n) |
ImmutableList<N> |
ImmutableList.sublist(int from,
int toexc) |
ImmutableList<N> |
AbstractImmutableList.sublist(int from,
int toexc) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuPath |
Copyright © 2018. All rights reserved.