Uses of Class
ggencoder.exceptions.NoCompareValueException

Packages that use NoCompareValueException
ggencoder.datastructures   
 

Uses of NoCompareValueException in ggencoder.datastructures
 

Methods in ggencoder.datastructures that throw NoCompareValueException
 int NESRawCode.getCompareValue()
          Gets this code's compare value.
 void NESRawCode.setCompareValue(int value)
          Sets this code's compare value.
 int GBGGRawCode.getCompareValue()
          Gets this code's compare value.
 void GBGGRawCode.setCompareValue(int value)
          Sets this code's compare value.
 int BasicNESRawCode.getCompareValue()
          Gets this code's compare value.
 void BasicNESRawCode.setCompareValue(int compare)
          Sets this code's compare value.
 int BasicGBGGRawCode.getCompareValue()
          Gets this code's compare value.
 void BasicGBGGRawCode.setCompareValue(int compare)
          Sets this code's compare value.