public class NodeInformationList extends ArrayList<NodeInformation>
modCount| Constructor and Description |
|---|
NodeInformationList() |
NodeInformationList(Collection<? extends NodeInformation> c) |
NodeInformationList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
static JsonSerDeser<NodeInformationList> |
createSerializer() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic NodeInformationList()
public NodeInformationList(Collection<? extends NodeInformation> c)
public NodeInformationList(int initialCapacity)
public static JsonSerDeser<NodeInformationList> createSerializer()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.