Uses of Class
com.atlassian.util.concurrent.Memory.Unit

Packages that use Memory.Unit
com.atlassian.util.concurrent   
 

Uses of Memory.Unit in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent that return Memory.Unit
 Memory.Unit Memory.unit()
          The memory Memory.Unit this is represented in.
static Memory.Unit Memory.Unit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Memory.Unit[] Memory.Unit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.util.concurrent with parameters of type Memory.Unit
 int Memory.UnitComparator.compare(Memory.Unit o1, Memory.Unit o2)
           
static Memory Memory.of(long number, Memory.Unit unit)
          Construct a Memory represented in the supplied unit type.
 Memory Memory.to(Memory.Unit unit)
          Convert to the supplied unit representation.
 



Copyright © 2014 Atlassian. All Rights Reserved.