Apache Tomcat 7.0.37

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

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

public static class StringCache.ByteEntry
extends Object


Field Summary
 Charset charset
           
 byte[] name
           
 String value
           
 
Constructor Summary
StringCache.ByteEntry()
           
 
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 byte[] name

charset

public Charset charset

value

public String value
Constructor Detail

StringCache.ByteEntry

public StringCache.ByteEntry()
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.