Package net.sf.colossus.client
Class CreatureInfoList
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<CreatureInfo>
,Collection<CreatureInfo>
,List<CreatureInfo>
,RandomAccess
A specialized list of creature info, for split prediction.
- Author:
- David Ripton
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deep copy(package private) List<CreatureType>
(package private) void
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, 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, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll
-
Field Details
-
LOGGER
-
-
Constructor Details
-
CreatureInfoList
CreatureInfoList()
-
-
Method Details
-
removeLastUncertainCreature
void removeLastUncertainCreature() -
getCreatureNames
-
getCreatureTypes
List<CreatureType> getCreatureTypes() -
clone
Deep copy- Overrides:
clone
in classArrayList<CreatureInfo>
-