public class AxisList extends ArrayList<Axis>
Axis
.Modifier and Type | Class and Description |
---|---|
static class |
AxisList.ConverterImpl
Converter implementation for XStream. |
modCount
Constructor and Description |
---|
AxisList() |
AxisList(Axis... c) |
AxisList(Collection<? extends Axis> c) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Axis axis) |
Axis |
find(String name) |
Iterable<Combination> |
list()
List up all the possible combinations of this list.
|
AxisList |
subList(Class<? extends Axis> subType)
Creates a subset of the list that only contains the type assignable to the specified type.
|
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public AxisList()
public AxisList(Collection<? extends Axis> c)
public AxisList(Axis... c)
Copyright © 2016. All rights reserved.