public final class Allocator
extends java.lang.Object
Constructor and Description |
---|
Allocator(AllocationStrategy strategy,
java.util.Map<java.lang.String,java.lang.String> attributes) |
Modifier and Type | Method and Description |
---|---|
<T> T |
next(java.util.Collection<T> domain,
java.util.Collection<T> free,
java.util.Collection<T> used) |
public Allocator(AllocationStrategy strategy, java.util.Map<java.lang.String,java.lang.String> attributes)