Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Class Range

java.lang.Object
  |
  +--oracle.dss.util.Range
All Implemented Interfaces:
java.io.Serializable

public class Range
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Field Summary
 int begin
           
 int end
           

 

Constructor Summary
Range()
           
Range(int begin, int end)
           
Range(Range range)
           

 

Method Summary
 java.lang.Object clone()
           
 boolean contains(int intIndex)
           
 boolean contains(Range range)
           
 int count()
           
 boolean equals(java.lang.Object obj)
          Tests this Step for true equality
 void setBounds(int begin, int end)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

begin

public int begin

end

public int end
Constructor Detail

Range

public Range()

Range

public Range(int begin,
             int end)

Range

public Range(Range range)
Method Detail

clone

public java.lang.Object clone()

equals

public boolean equals(java.lang.Object obj)
Tests this Step for true equality
Overrides:
equals in class java.lang.Object
Parameters:
obj - Step to compare it to
Returns:
true if completely internally equal

setBounds

public void setBounds(int begin,
                      int end)

contains

public boolean contains(Range range)

contains

public boolean contains(int intIndex)

count

public int count()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.