live.dto
Class Interval
java.lang.Object
live.dto.Interval
- public class Interval
- extends Object
Interval is used to store the upper and lower bounds
of a group of free virtual addresses see ZVMTasks
for use.
- Author:
- Emily Celeskey
Constructor Summary |
Interval(String one,
String two)
Constructs an interval out of a lower and upper bound |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lower
public String lower
upper
public String upper
Interval
public Interval(String one,
String two)
- Constructs an interval out of a lower and upper bound
- Parameters:
one
- Lower boundtwo
- Upper bound
Copyright © 2005