NASA World Wind

gov.nasa.worldwind.render
Class ConformingShape.CacheKey

java.lang.Object
  extended by gov.nasa.worldwind.render.ConformingShape.CacheKey
Enclosing class:
ConformingShape

protected static class ConformingShape.CacheKey
extends Object


Constructor Summary
ConformingShape.CacheKey(Class conformingShapeClass, Sector[] bounds, int serialNumber)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConformingShape.CacheKey

public ConformingShape.CacheKey(Class conformingShapeClass,
                                Sector[] bounds,
                                int serialNumber)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

NASA World Wind