Uses of Interface
chesspresso.position.MutablePosition

Packages that use MutablePosition
chesspresso.position   
 

Uses of MutablePosition in chesspresso.position
 

Subinterfaces of MutablePosition in chesspresso.position
 interface MoveablePosition
           
 

Classes in chesspresso.position that implement MutablePosition
 class AbstractMoveablePosition
           
 class AbstractMutablePosition
           
 class LightWeightPosition
          A light-weight implementation of the position interface.
 class Position
           
 

Methods in chesspresso.position with parameters of type MutablePosition
static void FEN.initFromFEN(MutablePosition pos, java.lang.String fen, boolean strict)