org.apache.batik.css
Class PropertyMap.Entry

java.lang.Object
  |
  +--org.apache.batik.css.PropertyMap.Entry
Enclosing class:
PropertyMap

protected static class PropertyMap.Entry
extends java.lang.Object

To manage collisions


Field Summary
 int hash
          The hash code
 java.lang.Object key
          The key
 PropertyMap.Entry next
          The next entry
 java.lang.Object value
          The value
 
Constructor Summary
PropertyMap.Entry(int hash, java.lang.Object key, java.lang.Object value, PropertyMap.Entry next)
          Creates a new entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

public int hash
The hash code

key

public java.lang.Object key
The key

value

public java.lang.Object value
The value

next

public PropertyMap.Entry next
The next entry
Constructor Detail

PropertyMap.Entry

public PropertyMap.Entry(int hash,
                         java.lang.Object key,
                         java.lang.Object value,
                         PropertyMap.Entry next)
Creates a new entry


Copyright © 2001 Apache Software Foundation. All Rights Reserved.