All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class edu.utah.janos.antsr.core.NodeCache.NCElement
java.lang.Object
   |
   +----LinkedList.Node
           |
           +----edu.utah.janos.antsr.core.NodeCache.NCElement

  Summary

private final class  NodeCache.NCElement
     extends LinkedList.Node
{
          // Fields 5
     long expiration;
     int hash;
     Object key;
     NodeCache.NCElement next;
     Object value;

          // Constructors 1
     public NCElement();

}

Entries in the hashtable and lru list. Can be nested under NodeCache in 1.1


  Cross Reference

Returned By:
NodeCache.find()





  Fields

· next

Summary  |  Top
   NodeCache.NCElement next

Link to next hash table elments


· key

Summary  |  Top
   Object key

Key for this node


· hash

Summary  |  Top
   int hash

Hash code for this key, faster to compare than the actual key


· value

Summary  |  Top
   Object value

Stored value for the key


· expiration

Summary  |  Top
   long expiration

Lifetime of the key/value pair


  Constructors

· NCElement

Summary  |  Top

   public NCElement() 

Default constructor



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7