faa.tg.util
Class AbstractSpacialPartition.Interval

java.lang.Object
  extended by faa.tg.util.AbstractSpacialPartition.Interval
Enclosing class:
AbstractSpacialPartition<K,P extends AbstractSpacialPartition<K,P>>

private static class AbstractSpacialPartition.Interval
extends java.lang.Object


Field Summary
private  double a
           
private  double b
           
private  double c
           
 
Constructor Summary
private AbstractSpacialPartition.Interval(double a, double b)
           
 
Method Summary
private  boolean contains(AbstractSpacialPartition.Interval other)
           
private  boolean contains(double x)
           
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
private  boolean intersects(AbstractSpacialPartition.Interval other)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

a

private final double a

b

private final double b

c

private final double c
Constructor Detail

AbstractSpacialPartition.Interval

private AbstractSpacialPartition.Interval(double a,
                                          double b)
Method Detail

intersects

private boolean intersects(AbstractSpacialPartition.Interval other)

contains

private boolean contains(AbstractSpacialPartition.Interval other)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

contains

private boolean contains(double x)

toString

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