org.cb.cardboard
Class CardBoardEvent.IndexList

java.lang.Object
  extended byorg.cb.cardboard.CardBoardEvent.IndexList
All Implemented Interfaces:
CardBoardEvent.BoardIndexes, java.io.Serializable
Enclosing class:
CardBoardEvent

public static final class CardBoardEvent.IndexList
extends java.lang.Object
implements CardBoardEvent.BoardIndexes

A class that allows to specify BoardIndexes as a list of indexes.

See Also:
Serialized Form

Method Summary
 java.util.List getIndexesInBoard()
          Returns the list of indexes on the board.
 java.lang.String toString()
          Returns a string representation of this IndexInterval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIndexesInBoard

public java.util.List getIndexesInBoard()
Returns the list of indexes on the board.

Returns:
a List of Integers.

toString

public java.lang.String toString()
Returns a string representation of this IndexInterval. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not be null.

Returns:
a string representation of this IndexInterval.


Copyright © 2004 CoffeeBreaks. All Rights Reserved.