Class CreatureInfoList

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<CreatureInfo>, java.util.Collection<CreatureInfo>, java.util.List<CreatureInfo>, java.util.RandomAccess

    class CreatureInfoList
    extends java.util.ArrayList<CreatureInfo>
    A specialized list of creature info, for split prediction.
    Author:
    David Ripton
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger LOGGER  
      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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, 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 Detail

      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • CreatureInfoList

        CreatureInfoList()
    • Method Detail

      • removeLastUncertainCreature

        void removeLastUncertainCreature()
      • getCreatureNames

        java.util.List<java.lang.String> getCreatureNames()
      • getCreatureTypes

        java.util.List<CreatureType> getCreatureTypes()