com.jidesoft.treemap
Class AbstractTreeMapField<N>
java.lang.Object
com.jidesoft.treemap.AbstractTreeMapField<N>
- All Implemented Interfaces:
- TreeMapField<N>
- Direct Known Subclasses:
- DefaultTreeMapField
public abstract class AbstractTreeMapField<N>
- extends Object
- implements TreeMapField<N>
This class provides a skeletal implementation of the TreeMapField interface to minimize the effort required to implement this interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTreeMapField
public AbstractTreeMapField()
isEveryValueUnique
public boolean isEveryValueUnique()
- Indicates whether the field only contains unique values.
- Specified by:
isEveryValueUnique
in interface TreeMapField<N>
- Returns:
- true if all values are unique, false otherwise.
getTreeMapModel
protected abstract TreeMapModel getTreeMapModel()