A B C D E F G H I J K L M N O P R S T U V W X Y

A

abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(int) - Static method in class java.lang.StrictMath
Returns the absolute value of an int value..
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(long) - Static method in class java.lang.StrictMath
Returns the absolute value of a long value.
AbstractCollection - class java.util.AbstractCollection.
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractList - class java.util.AbstractList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractMap - class java.util.AbstractMap.
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMethodError - error java.lang.AbstractMethodError.
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractSequentialList - class java.util.AbstractSequentialList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet - class java.util.AbstractSet.
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Returns the arc cosine of an angle, in the range of 0.0 through pi.
add(int, Object) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(int, Object) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(Object) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(Object) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class java.util.AbstractList
Appends the specified element to the end of this List (optional operation).
add(Object) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(Object) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(Object) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(Object) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(Object) - Method in class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
addAll(Collection) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class java.util.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection) - Method in class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class java.util.ArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractSequentialList
Inserts all of the elements in in the specified collection into this list at the specified position.
addAll(int, Collection) - Method in class java.util.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(int, Collection) - Method in class java.util.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAll(int, Collection) - Method in class java.util.ArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFirst(Object) - Method in class java.util.LinkedList
Inserts the given element at the beginning of this list.
addLast(Object) - Method in class java.util.LinkedList
Appends the given element to the end of this list.
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
ARABIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ArithmeticException - exception java.lang.ArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList - class java.util.ArrayList.
Resizable-array implementation of the List interface.
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list.
ArrayList(Collection) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
Arrays - class java.util.Arrays.
This class contains various methods for manipulating arrays (such as sorting and searching).
ArrayStoreException - exception java.lang.ArrayStoreException.
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
asin(double) - Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asin(double) - Static method in class java.lang.StrictMath
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asList(Object[]) - Static method in class java.util.Arrays
Returns a fixed-size list backed by the specified array.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan(double) - Static method in class java.lang.StrictMath
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Converts rectangular coordinates (ba) to polar (r, theta).
atan2(double, double) - Static method in class java.lang.StrictMath
Converts rectangular coordinates (ba) to polar (r, theta).
ATTACK - Static variable in class colony.common.PlayerConstants
Moniker for the attack active ability.

B

BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BEETLE_ASSEMBLY_TIME - Static variable in class colony.common.PlayerConstants
Beetle assembly time in stone.
BEETLE_ATTACK_DAMAGE - Static variable in class colony.common.PlayerConstants
Beetle attack damage in stone.
BEETLE_ATTACK_RANGE - Static variable in class colony.common.PlayerConstants
Beetle attack range in spans.
BEETLE_MAX_HIT_POINTS - Static variable in class colony.common.PlayerConstants
Beetle maximum hit points in stone.
BEETLE_MAX_STORAGE - Static variable in class colony.common.PlayerConstants
Beetle maximum storage capacity in stone.
BEETLE_RADIO_BUFFER_SIZE - Static variable in class colony.common.PlayerConstants
Beetle radio receive buffer size in messages.
BEETLE_RADIO_RANGE - Static variable in class colony.common.PlayerConstants
Beetle radio transmission range in spans.
BEETLE_SENSOR_RANGE - Static variable in class colony.common.PlayerConstants
Beetle sensor range in spans.
BEETLE_SUBTYPE - Static variable in class colony.common.PlayerConstants
Beetle moniker subtype.
BENGALI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class java.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class java.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class java.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class java.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(List, Object) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List, Object, Comparator) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(long[], long) - Static method in class java.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], Object, Comparator) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(short[], short) - Static method in class java.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
BitSet - class java.util.BitSet.
This class implements a vector of bits that grows as needed.
BitSet() - Constructor for class java.util.BitSet
Creates a new bit set.
BitSet(int) - Constructor for class java.util.BitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Boolean - class java.lang.Boolean.
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Byte - class java.lang.Byte.
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
Byte(String) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the value specified by the String parameter.
byteValue() - Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Short
Returns the value of this Short as a byte.
byteValue() - Method in class java.lang.Long
Returns the value of this Long as a byte.

C

capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.StrictMath
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
Character - class java.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character.Subset - class java.lang.Character.Subset.
Instances of this class represent particular subsets of the Unicode character set.
Character.Subset(String) - Constructor for class java.lang.Character.Subset
Constructs a new Subset instance.
Character.UnicodeBlock - class java.lang.Character.UnicodeBlock.
A family of character subsets representing the character blocks defined by the Unicode 2.0 specification.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Class - class java.lang.Class.
Note: This class is built into the DVM.
ClassCastException - exception java.lang.ClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - error java.lang.ClassCircularityError.
Thrown when a circularity has been detected while initializing a class.
ClassCircularityError() - Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
ClassFormatError - error java.lang.ClassFormatError.
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in interface java.util.Map
Removes all mappings from this map (optional operation).
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all mappings from this map (optional operation).
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.TreeMap
Removes all mappings from this TreeMap.
clear() - Method in class java.util.HashMap
Removes all mappings from this map.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
Cloneable - interface java.lang.Cloneable.
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - exception java.lang.CloneNotSupportedException.
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
COLLECT - Static variable in class colony.common.Goal
Goal of collecting as many objects as possible with the given moniker before the map's time limit runs out.
Collection - interface java.util.Collection.
The root interface in the collection hierarchy.
Collections - class java.util.Collections.
This class consists exclusively of static methods that operate on or return collections.
colony.common - package colony.common
 
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
Comparable - interface java.lang.Comparable.
This interface imposes a total ordering on the objects of each class that implements it.
Comparator - interface java.util.Comparator.
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in interface java.util.SortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class java.util.TreeSet
Returns the comparator used to order this sorted set, or null if this tree set uses its elements natural ordering.
comparator() - Method in interface java.util.SortedMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in class java.util.TreeMap
Returns the comparator used to order this map, or null if this map uses its keys' natural order.
compare(Object, Object) - Method in interface java.util.Comparator
Compares its two arguments for order.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Bytes numerically.
compareTo(Character) - Method in class java.lang.Character
Compares two Characters numerically.
compareTo(Double) - Method in class java.lang.Double
Compares two Doubles numerically.
compareTo(Float) - Method in class java.lang.Float
Compares two Floats numerically.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integers numerically.
compareTo(Long) - Method in class java.lang.Long
Compares two Longs numerically.
compareTo(Object) - Method in class java.lang.Character
Compares this Character to another Object.
compareTo(Object) - Method in class java.lang.Byte
Compares this Byte to another Object.
compareTo(Object) - Method in class java.lang.Integer
Compares this Integer to another Object.
compareTo(Object) - Method in class java.lang.String
Compares this String to another Object.
compareTo(Object) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Object) - Method in class java.lang.Double
Compares this Double to another Object.
compareTo(Object) - Method in class java.lang.Float
Compares this Float to another Object.
compareTo(Object) - Method in class java.lang.Short
Compares this Short to another Object.
compareTo(Object) - Method in class java.lang.Long
Compares this Long to another Object.
compareTo(Short) - Method in class java.lang.Short
Compares two Shorts numerically.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case considerations.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
ConcurrentModificationException - exception java.util.ConcurrentModificationException.
This exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible.
ConcurrentModificationException() - Constructor for class java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for class java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
containsAll(Collection) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsAll(Collection) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to this value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
CONTROL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
copy(List, List) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyValueOf(char[]) - Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
copyValueOf(char[], int, int) - Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.StrictMath
Returns the trigonometric cosine of an angle.
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
CURRENCY_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.

D

DASH_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Dictionary - class java.util.Dictionary.
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
DISCARD - Static variable in class colony.common.PlayerConstants
Moniker for the discard active ability.
distanceTo(MapPoint) - Method in class colony.common.MapPoint
 
Double - class java.lang.Double.
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating- point value of type double represented by the string.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
DroidHandle - interface colony.common.DroidHandle.
Interface and link between droid software and its associated droid hardware.

E

E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E - Static variable in class java.lang.StrictMath
The double value that is closer than any other to e, the base of the natural logarithms.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
The number of valid components in this Vector object.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
elements() - Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
EMPTY_LIST - Static variable in class java.util.Collections
The empty list (immutable).
EMPTY_MAP - Static variable in class java.util.Collections
The empty map (immutable).
EMPTY_SET - Static variable in class java.util.Collections
The empty set (immutable).
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - exception java.util.EmptyStackException.
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ENCLOSING_MARK - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
END_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entrySet() - Method in interface java.util.Map
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.AbstractMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entrySet() - Method in class java.util.TreeMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.HashMap
Returns a collection view of the mappings contained in this map.
Enumeration - interface java.util.Enumeration.
An object that implements the Enumeration interface generates a series of elements, one at a time.
enumeration(Collection) - Static method in class java.util.Collections
Returns an enumeration over the specified collection.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of equals are equal to one another.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(char[], char[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(double[], double[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(int[], int[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(long[], long[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(MapPoint, double) - Method in class colony.common.MapPoint
 
equals(Object) - Method in class colony.common.Goal
 
equals(Object) - Method in class colony.common.Moniker
 
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Character.Subset
Compares two Subset objects for equality.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Float
Compares this object against some other object.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in interface java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object) - Method in interface java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(short[], short[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - error java.lang.Error.
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
Exception - exception java.lang.Exception.
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
ExceptionInInitializerError - error java.lang.ExceptionInInitializerError.
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError() - Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved thowable object.
ExceptionInInitializerError(String) - Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with the specified detail message string.
ExceptionInInitializerError(Throwable) - Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
exp(double) - Static method in class java.lang.Math
Returns the exponential number e (i.e., 2.718...) raised to the power of a double value.
exp(double) - Static method in class java.lang.StrictMath
Returns the exponential number e (i.e., 2.718...) raised to the power of a double value.

F

FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(byte[], byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(char[], char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(double[], double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(int[], int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(List, Object) - Static method in class java.util.Collections
Replaces all of the elements of the specified list with the specified element.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(long[], long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(Object[], Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(short[], short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
finalize() - Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
first() - Method in interface java.util.SortedSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class java.util.TreeSet
Returns the first (lowest) element currently in this sorted set.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class java.util.TreeMap
Returns the first (lowest) key currently in this sorted map.
Float - class java.lang.Float.
The Float class wraps a value of primitive type float in an object.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
floor(double) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
flush() - Method in class java.io.PrintStream
Flush the stream.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
FORMAT - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.

G

GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GET_ASSEMBLY - Static variable in class colony.common.PlayerConstants
Moniker for getting assembly (passive ability).
GET_GOAL_STATUS - Static variable in class colony.common.PlayerConstants
Moniker for getting the status of a goal (passive ability).
GET_HIT_POINTS - Static variable in class colony.common.PlayerConstants
Moniker for getting hit points (passive ability).
GET_ORE_AMOUNT - Static variable in class colony.common.PlayerConstants
Moniker for getting the amount of ore carried by a droid within sensor range (passive ability).
GET_OWNER - Static variable in class colony.common.PlayerConstants
Moniker for getting the moniker of a droid's owner (passive ability).
GET_POSITION - Static variable in class colony.common.PlayerConstants
Moniker for getting position (passive ability).
GET_STORAGE - Static variable in class colony.common.PlayerConstants
Moniker for getting storage monikers (passive ability).
GET_STORAGE_AVAILABLE - Static variable in class colony.common.PlayerConstants
Moniker for getting the amount of storage available (passive ability).
GET_TERRAIN - Static variable in class colony.common.PlayerConstants
Moniker for getting terrain moniker for a given MapPoint (passive ability).
GET_VELOCITY - Static variable in class colony.common.PlayerConstants
Moniker for getting velocity (passive ability).
GET_WEIGHT - Static variable in class colony.common.PlayerConstants
Moniker for getting storing weight of a droid (passive ability).
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class java.util.TreeMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.HashMap
Returns the value to which this map maps the specified key.
getAbilities() - Method in interface colony.common.DroidHandle
 
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassName() - Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getDescription() - Method in class colony.common.Goal
 
getException() - Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getException() - Method in class java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
getGoal() - Method in interface colony.common.DroidHandle
 
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this Throwable.
getMapBounds() - Method in interface colony.common.DroidHandle
 
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this throwable object.
getMoniker() - Method in interface colony.common.DroidHandle
 
getName() - Method in class colony.common.Moniker
 
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getNumericValue(char) - Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getParameter() - Method in class colony.common.Goal
 
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSide() - Method in class colony.common.Moniker
 
getSubtype() - Method in class colony.common.Moniker
 
getTime() - Method in interface colony.common.DroidHandle
 
getType() - Method in class colony.common.Goal
 
getType() - Method in class colony.common.Moniker
 
getType(char) - Static method in class java.lang.Character
Returns a value indicating a character category.
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
Goal - class colony.common.Goal.
Description of a map's goal to be used by droid software.
Goal(byte, Object) - Constructor for class colony.common.Goal
The constructor from parameters.
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.

H

HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
hashCode() - Method in class colony.common.Moniker
 
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Character.Subset
Returns the standard hash code as defined by the Object.hashCode() method.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float object.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in interface java.util.List
Returns the hash code value for this list.
hashCode() - Method in interface java.util.Map
Returns the hash code value for this map.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class java.util.BitSet
Returns a hash code value for this bit set.
hashCode() - Method in interface java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.AbstractSet
Returns the hash code value for this set.
hashCode() - Method in interface java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
HashMap - class java.util.HashMap.
Hash table based implementation of the Map interface.
HashMap() - Constructor for class java.util.HashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
HashMap(int) - Constructor for class java.util.HashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
HashMap(Map) - Constructor for class java.util.HashMap
Constructs a new map with the same mappings as the given map.
HashSet - class java.util.HashSet.
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
HashSet() - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has default capacity and load factor, which is 0.75.
HashSet(Collection) - Constructor for class java.util.HashSet
Constructs a new set containing the elements in the specified collection.
HashSet(int) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
HashSet(int, float) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
Hashtable - class java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor, which is 0.75.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(Map) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreTokens() - Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
headMap(Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headSet(Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
HEBREW - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HEMLOCK_ASSEMBLY_TIME - Static variable in class colony.common.PlayerConstants
Hemlock assembly time in cycles.
HEMLOCK_ATTACK_DAMAGE - Static variable in class colony.common.PlayerConstants
Hemlock attack damage in stone.
HEMLOCK_ATTACK_RANGE - Static variable in class colony.common.PlayerConstants
Hemlock attack range in spans.
HEMLOCK_MAX_HIT_POINTS - Static variable in class colony.common.PlayerConstants
Hemlock maximum hit points in stone.
HEMLOCK_MAX_STORAGE - Static variable in class colony.common.PlayerConstants
Hemlock maximum storage capacity in stone.
HEMLOCK_RADIO_BUFFER_SIZE - Static variable in class colony.common.PlayerConstants
Hemlock radio receive buffer size in messages.
HEMLOCK_RADIO_RANGE - Static variable in class colony.common.PlayerConstants
Hemlock radio transmission range in spans.
HEMLOCK_SENSOR_RANGE - Static variable in class colony.common.PlayerConstants
Hemlock sensor range in spans.
HEMLOCK_SUBTYPE - Static variable in class colony.common.PlayerConstants
Hemlock moniker subtype.
HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.

I

IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IEEEremainder(double, double) - Static method in class java.lang.StrictMath
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IllegalAccessError - error java.lang.IllegalAccessError.
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IllegalAccessError() - Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException - exception java.lang.IllegalAccessException.
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - exception java.lang.IllegalArgumentException.
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalMonitorStateException - exception java.lang.IllegalMonitorStateException.
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - exception java.lang.IllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IncompatibleClassChangeError - error java.lang.IncompatibleClassChangeError.
Thrown when an incompatible class change has occurred to some class definition.
IncompatibleClassChangeError() - Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String) - Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object) - Method in interface java.util.List
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class java.util.AbstractList
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(Object) - Method in class java.util.LinkedList
Returns the index in this list of the first occurrence of the specified element, or -1 if the List does not contain this element.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object) - Method in class java.util.ArrayList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
INDUCTION_ENGINE_SUBTYPE - Static variable in class colony.common.PlayerConstants
Moniker subtype for induction engine artifacts.
init() - Method in class colony.common.MapPoint
Initialises map point back to the origin.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, char[], int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of a subarray of the str array argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
InstantiationError - error java.lang.InstantiationError.
Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
InstantiationError() - Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String) - Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException - exception java.lang.InstantiationException.
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float corresponding to a given bit represention.
Integer - class java.lang.Integer.
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
Integer(String) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the value represented by the string.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError - error java.lang.InternalError.
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
InternalError() - Constructor for class java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String) - Constructor for class java.lang.InternalError
Constructs an InternalError with the specified detail message.
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue() - Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue() - Method in class java.lang.Short
Returns the value of this Short as an int.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int.
IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
isDefined(char) - Static method in class java.lang.Character
Determines if a character has a defined meaning in Unicode.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isEmpty() - Method in interface java.util.List
Returns true if this list contains no elements.
isEmpty() - Method in interface java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.AbstractCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in interface java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty() - Method in class java.util.TreeSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in interface java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.ArrayList
Tests if this list has no elements.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.HashMap
Returns true if this map contains no key-value mappings.
isIdentifierIgnorable(char) - Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isISOControl(char) - Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isJavaIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isLetter(char) - Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetterOrDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isSpaceChar(char) - Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isTitleCase(char) - Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isUnicodeIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isWhitespace(char) - Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
isWithin(MapPoint, MapPoint) - Method in class colony.common.MapPoint
Determines if this is in the rectangle marked by the parameter p1 and p2.
Iterator - interface java.util.Iterator.
An iterator over a collection.
iterator() - Method in interface java.util.List
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.AbstractCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.AbstractSequentialList
Returns an iterator over the elements in this list (in proper sequence).
iterator() - Method in interface java.util.Set
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.HashSet
Returns an iterator over the elements in this set.
iterator() - Method in interface java.util.Collection
Returns an iterator over the elements in this collection.

J

java.io - package java.io
 
java.lang - package java.lang
 
java.util - package java.util
 

K

KANBUN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
KANNADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
KATAKANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
keys() - Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keySet() - Method in interface java.util.Map
Returns a set view of the keys contained in this map.
keySet() - Method in class java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this Hashtable.
keySet() - Method in class java.util.TreeMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a set view of the keys contained in this map.

L

LAND_TERRAIN - Static variable in class colony.common.PlayerConstants
Moniker for the land terrain.
LAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
last() - Method in interface java.util.SortedSet
Returns the last (highest) element currently in this sorted set.
last() - Method in class java.util.TreeSet
Returns the last (highest) element currently in this sorted set.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the index in this list of the last occurrence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(String) - Method in class java.lang.String
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class java.util.TreeMap
Returns the last (highest) key currently in this sorted map.
LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class java.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
LETTER_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LINE_SEPARATOR - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
LinkageError - error java.lang.LinkageError.
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for class java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for class java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkedList - class java.util.LinkedList.
Linked list implementation of the List interface.
LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty list.
LinkedList(Collection) - Constructor for class java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
List - interface java.util.List.
An ordered collection (also known as a sequence).
ListIterator - interface java.util.ListIterator.
An iterator for lists that allows the programmer to traverse the list in either direction and modify the list during iteration.
listIterator() - Method in interface java.util.List
Returns a list iterator of the elements in this list (in proper sequence).
listIterator() - Method in class java.util.AbstractList
Returns an iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in interface java.util.List
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
log(double) - Static method in class java.lang.StrictMath
Returns the natural logarithm (base e) of a double value.
Long - class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the value represented by the string in decimal form.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
LOWERCASE_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.

M

MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Map - interface java.util.Map.
An object that maps keys to values.
MAP_DEST_TOLERANCE - Static variable in class colony.common.PlayerConstants
Convenience constant; recommended stopping distance from destination based on top speed of fastest unit.
Map.Entry - interface java.util.Map.Entry.
A map entry (key-value pair).
MapPoint - class colony.common.MapPoint.
Two-dimensional point on a map.
MapPoint() - Constructor for class colony.common.MapPoint
No-arg constructor.
MapPoint(double, double) - Constructor for class colony.common.MapPoint
The constructor from parameters.
MapPoint(MapPoint) - Constructor for class colony.common.MapPoint
Copy constructor.
Math - class java.lang.Math.
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
MATH_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
max(Collection) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection, Comparator) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(double, double) - Static method in class java.lang.StrictMath
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(float, float) - Static method in class java.lang.StrictMath
Returns the greater of two float values.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(int, int) - Static method in class java.lang.StrictMath
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(long, long) - Static method in class java.lang.StrictMath
Returns the greater of two long values.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
min(Collection) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection, Comparator) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(double, double) - Static method in class java.lang.StrictMath
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(float, float) - Static method in class java.lang.StrictMath
Returns the smaller of two float values.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(int, int) - Static method in class java.lang.StrictMath
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(long, long) - Static method in class java.lang.StrictMath
Returns the smaller of two long values.
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MissingResourceException - exception java.util.MissingResourceException.
Signals that a resource is missing.
MissingResourceException(String, String, String) - Constructor for class java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
modCount - Variable in class java.util.AbstractList
The number of times this list has been structurally modified.
MODIFIER_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
MODIFIER_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
Moniker - class colony.common.Moniker.
An generic identifier that serves as a handle or hash key.
Moniker(String) - Constructor for class colony.common.Moniker
Constructor which parses a string in the format output by Moniker.toString(), that is, the four fields in order delimited by a colon.
Moniker(String, String, String) - Constructor for class colony.common.Moniker
The constructor from parameters.
Moniker(String, String, String, String) - Constructor for class colony.common.Moniker
The constructor from parameters including side.
MOUNTAIN_TERRAIN - Static variable in class colony.common.PlayerConstants
Moniker for the mountain terrain.

N

NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
nCopies(int, Object) - Static method in class java.util.Collections
Returns an immutable list consisting of n copies of the specified object.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException - exception java.lang.NegativeArraySizeException.
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NEUTRAL_SIDE - Static variable in class colony.common.Moniker
 
next() - Method in interface java.util.ListIterator
Returns the next element in the list.
next() - Method in interface java.util.Iterator
Returns the next element in the interation.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextBoolean() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBytes(byte[]) - Method in class java.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextGaussian() - Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextToken() - Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
NoClassDefFoundError - error java.lang.NoClassDefFoundError.
Thrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NON_SPACING_MARK - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
NoSuchElementException - exception java.util.NoSuchElementException.
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - error java.lang.NoSuchFieldError.
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchFieldError() - Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with no detail message.
NoSuchFieldError(String) - Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with the specified detail message.
NoSuchFieldException - exception java.lang.NoSuchFieldException.
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for class java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for class java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError - error java.lang.NoSuchMethodError.
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - exception java.lang.NoSuchMethodException.
Thrown when a particular method cannot be found.
NoSuchMethodException() - Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String) - Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NullPointerException - exception java.lang.NullPointerException.
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
Number - class java.lang.Number.
The abstract class Number is the superclass of classes Byte, Double, Float, Integer, Long, and Short.
NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Number() - Constructor for class java.lang.Number
 
NumberFormatException - exception java.lang.NumberFormatException.
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.

O

Object - class java.lang.Object.
Note: This class is built into the DVM.
Object() - Constructor for class java.lang.Object
 
of(char) - Static method in class java.lang.Character.UnicodeBlock
Returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.
OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
or(BitSet) - Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
ORE_SUBTYPE - Static variable in class colony.common.PlayerConstants
Moniker subtype for metal ore.
ORIYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
OTHER_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
OTHER_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
OTHER_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
OTHER_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
out - Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError - error java.lang.OutOfMemoryError.
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.

P

PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
parse(String) - Static method in class colony.common.Goal
Creates a Goal from a String representation following the format in Goal.toString().
parse(String) - Static method in class colony.common.MapPoint
Creates a MapPoint from a String representation following the format in MapPoint.toString().
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PI - Static variable in class java.lang.StrictMath
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PlayerConstants - class colony.common.PlayerConstants.
Public collection of droid properties, moniker subtypes, and ability monikers which you may use in your droid software.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
POPULATION_LIMIT - Static variable in class colony.common.PlayerConstants
Population limit for each side.
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The positive infinity of type float.
pow(double, double) - Static method in class java.lang.Math
Returns of value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class java.lang.StrictMath
Returns of value of the first argument raised to the power of the second argument.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating-point number.
print(float) - Method in class java.io.PrintStream
Print a floating-point number.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintStream
Print a string.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace() - Method in class java.lang.ExceptionInInitializerError
Prints the stack trace of the exception that occurred.
printStackTrace() - Method in class java.lang.ClassNotFoundException
Prints the stack backtrace.
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream() - Constructor for class java.io.PrintStream
 
PRIVATE_USE - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
PRIVATE_USE_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(Object, Object) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this one.

R

RADIO_RECEIVE - Static variable in class colony.common.PlayerConstants
Moniker for the radio receive passive ability.
RADIO_TRANSMIT - Static variable in class colony.common.PlayerConstants
Moniker for the radio transmit active ability.
Random - class java.util.Random.
An instance of this class is used to generate a stream of pseudorandom numbers.
random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Static method in class java.lang.StrictMath
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed:
REBOOT - Static variable in class colony.common.PlayerConstants
Moniker for the reboot active ability.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by next or previous (optional operation).
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list.
remove(int) - Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in interface java.util.List
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in interface java.util.Map
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class java.util.TreeSet
Removes the given element from this set if it is present.
remove(Object) - Method in class java.util.HashSet
Removes the given element from this set if it is present.
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.HashMap
Removes the mapping for this key from this map if present.
removeAll(Collection) - Method in interface java.util.List
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.AbstractCollection
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.Collection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeLast() - Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeRange(int, int) - Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.Vector
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.ArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
REPAIR - Static variable in class colony.common.PlayerConstants
Moniker for the repair active ability.
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(int, int, String) - Method in class java.lang.StringBuffer
Replaces the characters in a substring of this StringBuffer with characters in the specified String.
REPLICATE - Static variable in class colony.common.PlayerConstants
Moniker for the replicate active ability.
retainAll(Collection) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
retainAll(Collection) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reverse(List) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
reverseOrder() - Static method in class java.util.Collections
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
rint(double) - Static method in class java.lang.Math
Returns the double value that is closest in value to a and is equal to a mathematical integer.
rint(double) - Static method in class java.lang.StrictMath
Returns the double value that is closest in value to a and is equal to a mathematical integer.
round(double) - Static method in class java.lang.Math
Returns the closest long to the argument.
round(double) - Static method in class java.lang.StrictMath
Returns the closest long to the argument.
round(float) - Static method in class java.lang.Math
Returns the closest int to the argument.
round(float) - Static method in class java.lang.StrictMath
Returns the closest int to the argument.
Runtime - class java.lang.Runtime.
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - exception java.lang.RuntimeException.
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

SCION_ASSEMBLY_TIME - Static variable in class colony.common.PlayerConstants
Scion assembly time in stone.
SCION_ATTACK_DAMAGE - Static variable in class colony.common.PlayerConstants
Scion attack damage in stone.
SCION_ATTACK_RANGE - Static variable in class colony.common.PlayerConstants
Scion attack range in spans.
SCION_MAX_HIT_POINTS - Static variable in class colony.common.PlayerConstants
Scion maximum hit points in stone.
SCION_MAX_STORAGE - Static variable in class colony.common.PlayerConstants
Scion maximum storage capacity in stone.
SCION_RADIO_BUFFER_SIZE - Static variable in class colony.common.PlayerConstants
Scion radio receive buffer size in messages.
SCION_RADIO_RANGE - Static variable in class colony.common.PlayerConstants
Scion radio transmission range in spans.
SCION_SENSOR_RANGE - Static variable in class colony.common.PlayerConstants
Scion sensor range in spans.
SCION_SUBTYPE - Static variable in class colony.common.PlayerConstants
Scion moniker subtype.
SEADRAGON_ASSEMBLY_TIME - Static variable in class colony.common.PlayerConstants
Sea Dragon assembly time in stone.
SEADRAGON_ATTACK_DAMAGE - Static variable in class colony.common.PlayerConstants
Sea Dragon attack damage in stone.
SEADRAGON_ATTACK_RANGE - Static variable in class colony.common.PlayerConstants
Sea Dragon attack range in spans.
SEADRAGON_MAX_HIT_POINTS - Static variable in class colony.common.PlayerConstants
Sea Dragon maximum hit points in stone.
SEADRAGON_MAX_STORAGE - Static variable in class colony.common.PlayerConstants
Sea Dragon maximum storage capacity in stone.
SEADRAGON_RADIO_BUFFER_SIZE - Static variable in class colony.common.PlayerConstants
Sea Dragon radio receive buffer size in messages.
SEADRAGON_RADIO_RANGE - Static variable in class colony.common.PlayerConstants
Sea Dragon radio transmission range in spans.
SEADRAGON_SENSOR_RANGE - Static variable in class colony.common.PlayerConstants
Sea Dragon sensor range in spans.
SEADRAGON_SUBTYPE - Static variable in class colony.common.PlayerConstants
Sea Dragon moniker subtype.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SENSOR - Static variable in class colony.common.PlayerConstants
Moniker for the sensor passive ability.
Serializable - interface java.io.Serializable.
 
Set - interface java.util.Set.
A collection that contains no duplicate elements.
set(int) - Method in class java.util.BitSet
Sets the bit specified by the index to true.
set(int, Object) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set(int, Object) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(Object) - Method in interface java.util.ListIterator
Replaces the last element returned by next or previous with the specified element (optional operation).
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setValue(Object) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
Short - class java.lang.Short.
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a Short object initialized to the value specified by the String parameter.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short.
shuffle(List) - Static method in class java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List, Random) - Static method in class java.util.Collections
Randomly permute the specified list using the specified source of randomness.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.StrictMath
Returns the trigonometric sine of an angle.
singleton(Object) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
singletonList(Object) - Static method in class java.util.Collections
Returns an immutable list containing only the specified object.
singletonMap(Object, Object) - Static method in class java.util.Collections
Returns an immutable map, mapping only the specified key to the specified value.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in class java.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.Dictionary
Returns the number of entries (dinstint keys) in this dictionary.
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array of bytes into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of bytes into ascending numerical order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array of chars into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of chars into ascending numerical order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array of doubles into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of doubles into ascending numerical order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array of floats into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of floats into ascending numerical order.
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array of ints into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of ints into ascending numerical order.
sort(List) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List, Comparator) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array of longs into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of longs into ascending numerical order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], Comparator) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int, Comparator) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array of shorts into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of shorts into ascending numerical order.
SortedMap - interface java.util.SortedMap.
A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys (see the Comparable interface), or by a comparator provided at sorted map creation time.
SortedSet - interface java.util.SortedSet.
A set that further guarantees that its iterator will traverse the set in ascending element order, sorted according to the natural ordering of its elements (see Comparable), or by a Comparator provided at sorted set creation time.
SPACE_SEPARATOR - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.StrictMath
Returns the positive square root of a double value.
Stack - class java.util.Stack.
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - error java.lang.StackOverflowError.
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
STANDARD - Static variable in class colony.common.Goal
 
START_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
STORE - Static variable in class colony.common.PlayerConstants
Moniker for the store active ability.
STORE_DISTANCE - Static variable in class colony.common.PlayerConstants
Maximum distance you can be from an object before storing it.
StrictMath - class java.lang.StrictMath.
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
String - class java.lang.String.
Note: This class is built into the DVM.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - class java.lang.StringBuffer.
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringTokenizer - class java.util.StringTokenizer.
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subMap(Object, Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subSet(Object, Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Object, Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.The substring begins at the specified index and extends to the end of the StringBuffer.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.
subtract(MapPoint) - Method in class colony.common.MapPoint
Returns a new MapPoint which is the difference between this and the parameter.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SURROGATE - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
synchronizedCollection(Collection) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedSet(Set) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
System - class java.lang.System.
Note: This class is built into the DVM.

T

tailMap(Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailSet(Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
TAMIL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
tan(double) - Static method in class java.lang.StrictMath
Returns the trigonometric tangent of an angle.
TELUGU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
THAI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Throwable - class java.lang.Throwable.
Note: This class is built into the DVM.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
TIBETAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
TITLECASE_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
toArray() - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection.
toArray() - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray() - Method in interface java.util.Set
Returns an array containing all of the elements in this set.
toArray() - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection.
toArray() - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in the correct order.
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long) - Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 2.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toDegrees(double) - Static method in class java.lang.StrictMath
Converts an angle measured in radians to the equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long) - Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 16.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the default locale, which is returned by Locale.getDefault.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long) - Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 8.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toRadians(double) - Static method in class java.lang.StrictMath
Converts an angle measured in degrees to the equivalent angle measured in radians.
toString() - Method in class colony.common.Goal
 
toString() - Method in class colony.common.MapPoint
 
toString() - Method in class colony.common.Moniker
 
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Character.Subset
Returns the name of this subset.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.util.AbstractCollection
Returns a string representation of this collection.
toString() - Method in class java.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class java.util.BitSet
Returns a string representation of this bit set.
toString() - Method in class java.util.AbstractMap
Returns a string representation of this map.
toString() - Method in class java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString(byte) - Static method in class java.lang.Byte
Returns a new String object representing the specified Byte.
toString(double) - Static method in class java.lang.Double
Creates a string representation of the double argument.
toString(float) - Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(short) - Static method in class java.lang.Short
Returns a new String object representing the specified Short.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toTitleCase(char) - Static method in class java.lang.Character
Converts the character argument to titlecase.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the default locale, which is returned by Locale.getDefault.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase.
traceInstructions(boolean) - Method in class java.lang.Runtime
Enables/Disables tracing of instructions.
traceMethodCalls(boolean) - Method in class java.lang.Runtime
Enables/Disables tracing of method calls.
TRAVEL - Static variable in class colony.common.PlayerConstants
Moniker for the travel active ability.
TreeMap - class java.util.TreeMap.
Red-Black tree based implementation of the SortedMap interface.
TreeMap() - Constructor for class java.util.TreeMap
Constructs a new, empty map, sorted according to the keys' natural order.
TreeMap(Comparator) - Constructor for class java.util.TreeMap
Constructs a new, empty map, sorted according to the given comparator.
TreeMap(Map) - Constructor for class java.util.TreeMap
Constructs a new map containing the same mappings as the given map, sorted according to the keys' natural order.
TreeMap(SortedMap) - Constructor for class java.util.TreeMap
Constructs a new map containing the same mappings as the given SortedMap, sorted according to the same ordering.
TreeSet - class java.util.TreeSet.
This class implements the Set interface, backed by a TreeMap instance.
TreeSet() - Constructor for class java.util.TreeSet
Constructs a new, empty set, sorted according to the elements' natural order.
TreeSet(Collection) - Constructor for class java.util.TreeSet
Constructs a new set containing the elements in the specified collection, sorted according to the elements' natural order.
TreeSet(Comparator) - Constructor for class java.util.TreeSet
Constructs a new, empty set, sorted according to the given comparator.
TreeSet(SortedSet) - Constructor for class java.util.TreeSet
Constructs a new set containing the same elements as the given sorted set, sorted according to the same ordering.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
trimToSize() - Method in class java.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.

U

UNASSIGNED - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
UnknownError - error java.lang.UnknownError.
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for class java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for class java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
unmodifiableCollection(Collection) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableSet(Set) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
UnsatisfiedLinkError - error java.lang.UnsatisfiedLinkError.
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UnsupportedClassVersionError - error java.lang.UnsupportedClassVersionError.
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for class java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for class java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedOperationException - exception java.lang.UnsupportedOperationException.
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UPPERCASE_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
useAbility(Moniker, Moniker, Object) - Method in interface colony.common.DroidHandle
Commands the droid hardware to use an ability on a specified target and with a specified parameter.

V

valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(String) - Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String) - Static method in class java.lang.Boolean
Returns a Boolean with a value represented by the specified String.
valueOf(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String) - Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String, int) - Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
values() - Method in interface java.util.Map
Returns a collection view of the values contained in this map.
values() - Method in class java.util.AbstractMap
Returns a collection view of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this Hashtable.
values() - Method in class java.util.TreeMap
Returns a collection view of the values contained in this map.
values() - Method in class java.util.HashMap
Returns a collection view of the values contained in this map.
Vector - class java.util.Vector.
The Vector class implements a growable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VerifyError - error java.lang.VerifyError.
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError() - Constructor for class java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String) - Constructor for class java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
VirtualMachineError - error java.lang.VirtualMachineError.
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.

W

WATER_TERRAIN - Static variable in class colony.common.PlayerConstants
Moniker for the water terrain.

X

x - Variable in class colony.common.MapPoint
x-coordinate of a two-dimensional map point.
xor(BitSet) - Method in class java.util.BitSet
Performs a logical XOR of this bit set with the bit set argument.

Y

y - Variable in class colony.common.MapPoint
y-coordinate of a two-dimensional map point.
YIELD - Static variable in class colony.common.PlayerConstants
Moniker for the yield active ability.

A B C D E F G H I J K L M N O P R S T U V W X Y