Package pl.AWTGameEngine.objects.lists
Class Vector3Values
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Vector3>,Collection<Vector3>,List<Vector3>,RandomAccess
Vector3Values is an object, which extends from
ArrayList.
You cannot pass List or ArrayList directly
into method annotated as FromXML due to
Java limitations (type erasure). Instead, use this or similar Values class to
receive a ArrayList directly from XML.
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pl.AWTGameEngine.objects.lists.Values
splitAndClear, toStringMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll