Class CreatureInfoList
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<CreatureInfo>, Collection<CreatureInfo>, List<CreatureInfo>, RandomAccess, SequencedCollection<CreatureInfo>
A specialized list of creature info, for split prediction.
- Author:
- David Ripton
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deep copy(package private) List<CreatureType> (package private) voidMethods inherited from class ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Field Details
-
LOGGER
-
-
Constructor Details
-
CreatureInfoList
CreatureInfoList()
-
-
Method Details
-
removeLastUncertainCreature
void removeLastUncertainCreature() -
getCreatureNames
-
getCreatureTypes
List<CreatureType> getCreatureTypes() -
clone
-