Uses of Class
wicket.util.value.LongValue

Packages that use LongValue
wicket.util.lang Java utilities. 
wicket.util.time Utilities for working with time(s). 
wicket.util.value Casting utilities. 
 

Uses of LongValue in wicket.util.lang
 

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

Uses of LongValue in wicket.util.time
 

Subclasses of LongValue in 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 wicket.util.value
 

Methods in wicket.util.value with parameters of type LongValue
 boolean LongValue.greaterThan(LongValue that)
           
 boolean LongValue.lessThan(LongValue that)
           
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.