public class Range extends Object implements Comparable<Range>
Constructor and Description |
---|
Range(int start,
int end,
int resourcePoolSize) |
Modifier and Type | Method and Description |
---|---|
AllocatedWork |
allocate(long startTime,
long duration) |
int |
compareTo(Range o) |
boolean |
contains(long time) |
org.joda.time.Interval |
getInterval() |
public boolean contains(long time)
public AllocatedWork allocate(long startTime, long duration)
public org.joda.time.Interval getInterval()
public int compareTo(Range o)
compareTo
in interface Comparable<Range>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.