Uses of Class
soc.util.IntPair

Packages that use IntPair
soc.game   
soc.server   
soc.util   
 

Uses of IntPair in soc.game
 

Fields in soc.game with type parameters of type IntPair
private  java.util.Vector<IntPair> SOCLRPathData.nodePairs
           
private  java.util.Hashtable<java.lang.Integer,java.util.Vector<IntPair>> SOCPlayerNumbers.numberAndResourceForHex
          Hex dice-roll resource information, by land-hex coordinate ID.
 

Methods in soc.game that return IntPair
private static IntPair SOCBoardLarge.getBoardSize(java.util.Map<java.lang.String,SOCGameOption> gameOpts, int maxPlayers)
          Get the board size for client's constructor: Default size SOCBoardLarge.BOARDHEIGHT_LARGE by SOCBoardLarge.BOARDWIDTH_LARGE, unless gameOpts contains "_BHW" Board Height and Width.
 

Methods in soc.game that return types with arguments of type IntPair
 java.util.Vector<IntPair> SOCLRPathData.getNodePairs()
          DOCUMENT ME!
 java.util.Vector<IntPair> SOCPlayerNumbers.getNumberResourcePairsForHex(int hexCoord)
           
 

Constructors in soc.game with parameters of type IntPair
SOCBoardLarge(java.util.Map<java.lang.String,SOCGameOption> gameOpts, int maxPlayers, IntPair boardHeightWidth)
          Create a new Settlers of Catan Board, with the v3 encoding and a certain size.
 

Constructor parameters in soc.game with type arguments of type IntPair
SOCLRPathData(int start, int end, int len, java.util.Vector<IntPair> pairs)
          Creates a new SOCLRPathData object.
 

Uses of IntPair in soc.server
 

Constructors in soc.server with parameters of type IntPair
SOCBoardLargeAtServer(java.util.Map<java.lang.String,SOCGameOption> gameOpts, int maxPlayers, IntPair boardHeightWidth)
          Create a new Settlers of Catan Board, with the v3 encoding.
 

Uses of IntPair in soc.util
 

Methods in soc.util with parameters of type IntPair
 boolean IntPair.equals(IntPair ip)
          Are these IntPairs' integers equal (unordered comparison)?