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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic AxisList()
public AxisList(Collection<? extends Axis> c)
public AxisList(Axis... c)
Copyright © 2004-2016. All Rights Reserved.