ariba.ui.aribaweb.util
Class AWMutableRefCount

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBaseObject
      extended by ariba.ui.aribaweb.util.AWMutableRefCount
All Implemented Interfaces:
AWObject, Compare

public final class AWMutableRefCount
extends AWBaseObject
implements Compare


Field Summary
 java.lang.Object object
           
 int value
           
 
Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber
 
Fields inherited from interface ariba.util.core.Compare
EqualTo, GreaterThan, LessThan
 
Constructor Summary
AWMutableRefCount(java.lang.Object objectValue)
           
 
Method Summary
 int compare(java.lang.Object object1, java.lang.Object object2)
          Compares objects two objects for sort order.
 java.lang.String toString()
           
 
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject
debugString, ensureFieldValuesClear, getFieldValue, init, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

public java.lang.Object object

value

public int value
Constructor Detail

AWMutableRefCount

public AWMutableRefCount(java.lang.Object objectValue)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compare

public int compare(java.lang.Object object1,
                   java.lang.Object object2)
Description copied from interface: Compare
Compares objects two objects for sort order.

Specified by:
compare in interface Compare
Parameters:
object1 - the first object to compare
object2 - the second object to compare
Returns:
a value less than, equal to, or greater than zero depending on whether o1 is less than, equal to, or greater than o2


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.