Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.stats.bin
Class HalfOpenInterval

java.lang.Object
  extended by com.jivesoftware.base.stats.Bin
      extended by com.jivesoftware.base.stats.bin.Interval
          extended by com.jivesoftware.base.stats.bin.HalfOpenInterval
All Implemented Interfaces:
java.lang.Comparable

public class HalfOpenInterval
extends Interval

Creates an Interval that contains its left endpoint but not its right. See Interval for details.

See Also:
Interval

Constructor Summary
HalfOpenInterval(Element begin, Element end)
           
 
Method Summary
 java.lang.Object clone()
          Enable cloning
 
Methods inherited from class com.jivesoftware.base.stats.bin.Interval
compareTo, contains, contains, containsBegin, containsEnd, equals, getBegin, getEnd, hashCode, toString
 
Methods inherited from class com.jivesoftware.base.stats.Bin
getProperty, setProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HalfOpenInterval

public HalfOpenInterval(Element begin,
                        Element end)
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Enable cloning

Overrides:
clone in class Interval
Throws:
java.lang.CloneNotSupportedException

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.