AtomArrayList
, AtomListFromArray
, AtomPair
, AtomSetSinglet
public interface IAtomList extends java.util.List<IAtom>
Modifier and Type | Method | Description |
---|---|---|
IAtom |
get(int i) |
Returns the i-th atom, with numbering beginning from 0.
|
default java.util.List<IAtom> |
getAtoms() |
|
int |
size() |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
IAtom get(int i)
get
in interface java.util.List<IAtom>
i
- the index of the desired atom in the list
if i is greater than count-1, throws an IllegalArgumentException.int size()
default java.util.List<IAtom> getAtoms()