net.sf.kagiru.core.av
Class AllowedValuesManager

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList<AllowedValues>
                  extended by net.sf.kagiru.core.av.AllowedValuesManager
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<AllowedValues>, java.util.Collection<AllowedValues>, java.util.List<AllowedValues>, java.util.Queue<AllowedValues>

public class AllowedValuesManager
extends java.util.LinkedList<AllowedValues>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AllowedValuesManager()
           
 
Method Summary
 java.lang.String lookupKey(AllowedValues other)
          Required because 0.20 kgr files don't have a ALLOWED-VALUES/KEY stored.
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, peek, poll, remove, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

AllowedValuesManager

public AllowedValuesManager()
Method Detail

lookupKey

public java.lang.String lookupKey(AllowedValues other)
                           throws AllowedValueNotFoundException
Required because 0.20 kgr files don't have a ALLOWED-VALUES/KEY stored.

Parameters:
other -
Returns:
Throws:
AllowedValueNotFoundException


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.