|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<CreatureInfo>
net.sf.colossus.client.CreatureInfoList
class CreatureInfoList
A specialized list of creature info, for split prediction.
Field Summary | |
---|---|
private static java.util.logging.Logger |
LOGGER
|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
CreatureInfoList()
|
Method Summary | |
---|---|
CreatureInfoList |
clone()
Deep copy |
(package private) java.util.List<java.lang.String> |
getCreatureNames()
|
(package private) java.util.List<CreatureType> |
getCreatureTypes()
|
(package private) void |
removeLastUncertainCreature()
|
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode |
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.List |
---|
containsAll, equals, hashCode |
Field Detail |
---|
private static final java.util.logging.Logger LOGGER
Constructor Detail |
---|
CreatureInfoList()
Method Detail |
---|
void removeLastUncertainCreature()
java.util.List<java.lang.String> getCreatureNames()
java.util.List<CreatureType> getCreatureTypes()
public CreatureInfoList clone()
clone
in class java.util.ArrayList<CreatureInfo>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |