Apache Tomcat 7.0.37

org.apache.tomcat.util.buf
Class StringCache.CharEntry

java.lang.Object
  extended by org.apache.tomcat.util.buf.StringCache.CharEntry
Enclosing class:
StringCache

public static class StringCache.CharEntry
extends Object


Field Summary
 char[] name
           
 String value
           
 
Constructor Summary
StringCache.CharEntry()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public char[] name

value

public String value
Constructor Detail

StringCache.CharEntry

public StringCache.CharEntry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.