Package arc.util
Class Interval
java.lang.Object
arc.util.Interval
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Interval
public Interval(int capacity) -
Interval
public Interval()
-
-
Method Details
-
get
public boolean get(float time) -
get
public boolean get(int id, float time) -
check
public boolean check(int id, float time) -
reset
public void reset(int id, float time) -
clear
public void clear() -
getTime
public float getTime(int id) -
getTimes
public float[] getTimes()
-