Uses of Class
kiwi.util.HolderObject

Packages that use HolderObject
kiwi.util   
 

Uses of HolderObject in kiwi.util
 

Subclasses of HolderObject in kiwi.util
 class BooleanHolder
          A mutable holder for a boolean value.
 class Counter
          An integer counter object.
 class DateHolder
          A mutable holder for a Date value.
 class DoubleHolder
          A mutable holder for a double value.
 class FloatHolder
          A mutable holder for a float value.
 class IntegerHolder
          A mutable holder for an int value.
 class StringHolder
          A mutable holder for a String value.
 

Methods in kiwi.util with parameters of type HolderObject
 int StringHolder.compareTo(HolderObject other)
          Compare this holder object to another.
 int IntegerHolder.compareTo(HolderObject other)
          Compare this holder object to another.
abstract  int HolderObject.compareTo(HolderObject other)
          Compare the value in this HolderObject to the value in another HolderObject.
 int FloatHolder.compareTo(HolderObject other)
          Compare this holder object to another.
 int DoubleHolder.compareTo(HolderObject other)
          Compare this holder object to another.
 int DateHolder.compareTo(HolderObject other)
          Compare this holder object to another.
 int BooleanHolder.compareTo(HolderObject other)
          Compare this holder object to another.