Uses of Class
soc.util.IntTriple

Packages that use IntTriple
soc.server   
soc.util   
 

Uses of IntTriple in soc.server
 

Methods in soc.server that return IntTriple
private  IntTriple SOCBoardLargeAtServer.makeNewBoard_placeHexes_moveFrequentNumbers_swapOne(int swaphex, int swapi, java.util.ArrayList<java.lang.Integer> redHexes, java.util.HashSet<java.lang.Integer> ignoreHexes, java.util.HashSet<java.lang.Integer> otherCoastalHexes, java.util.HashSet<java.lang.Integer> otherHexes)
          The dice-number swapping algorithm for SOCBoardLargeAtServer.makeNewBoard_placeHexes_moveFrequentNumbers(int[], ArrayList, int, String).
 

Uses of IntTriple in soc.util
 

Methods in soc.util with parameters of type IntTriple
 boolean IntTriple.equals(IntTriple it)
          Are these IntTriples' integers equal (ordered comparison)? Unlike IntPair.equals(IntPair), the order matters.