Uses of Class
org.apache.wicket.util.value.LongValue

Packages that use LongValue
org.apache.wicket.util.lang Java utilities. 
org.apache.wicket.util.time Utilities for working with Time(s). 
org.apache.wicket.util.value This package provides casting utilities. 
 

Uses of LongValue in org.apache.wicket.util.lang
 

Subclasses of LongValue in org.apache.wicket.util.lang
 class Bytes
          Represents an immutable byte count.
 

Uses of LongValue in org.apache.wicket.util.time
 

Subclasses of LongValue in org.apache.wicket.util.time
 class Duration
          A Duration is an immutable length of time stored as a number of milliseconds.
 class Time
          An immutable Time class that represents a specific point in time.
 class TimeOfDay
          An immutable time of day value represented as milliseconds since the most recent midnight.
 

Uses of LongValue in org.apache.wicket.util.value
 

Methods in org.apache.wicket.util.value with parameters of type LongValue
 int LongValue.compareTo(LongValue that)
          Compares this Object to a given Object.
 boolean LongValue.greaterThan(LongValue that)
          Compares this LongValue with another LongValue.
 boolean LongValue.lessThan(LongValue that)
          Compares this LongValue with another LongValue.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.