Uses of Class
jeco.dmm.sim2.lib.allocator.BuddySystem.TYPE

Packages that use BuddySystem.TYPE
jeco.dmm.sim2.lib.allocator   
 

Uses of BuddySystem.TYPE in jeco.dmm.sim2.lib.allocator
 

Fields in jeco.dmm.sim2.lib.allocator declared as BuddySystem.TYPE
protected  BuddySystem.TYPE BuddySystem.type
           
 

Methods in jeco.dmm.sim2.lib.allocator that return BuddySystem.TYPE
 BuddySystem.TYPE BuddySystem.getType()
           
static BuddySystem.TYPE BuddySystem.TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuddySystem.TYPE[] BuddySystem.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jeco.dmm.sim2.lib.allocator with parameters of type BuddySystem.TYPE
BuddySystem(BuddySystem.TYPE type, long minSizeInB, long maxSizeInB, boolean allowSplitting, boolean allowCoalescing)