Uses of Class
jlibs.core.lang.Count

Packages that use Count
jlibs.core.lang   
 

Uses of Count in jlibs.core.lang
 

Methods in jlibs.core.lang that return Count
 Count<T> Count.add(Count<T> other)
           
 Count<T> Count.add(long amount, T unit)
           
 Count<T> Count.clear()
           
static
<T extends jlibs.core.lang.Count.Unit>
Count<T>
Count.newInstance(Class<T> unitClass)
           
 Count<T> Count.set(Count<T> other)
           
 Count<T> Count.set(long amount, T unit)
           
 

Methods in jlibs.core.lang with parameters of type Count
 Count<T> Count.add(Count<T> other)
           
 int Count.compareTo(Count<T> that)
           
 Count<T> Count.set(Count<T> other)
           
 



Copyright © 2018. All rights reserved.