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

Packages that use StringCache.ByteEntry
org.apache.tomcat.util.buf Buffers and Encodings 
 

Uses of StringCache.ByteEntry in org.apache.tomcat.util.buf
 

Fields in org.apache.tomcat.util.buf declared as StringCache.ByteEntry
protected static StringCache.ByteEntry[] StringCache.bcCache
          Cache for byte chunk.
 

Methods in org.apache.tomcat.util.buf with parameters of type StringCache.ByteEntry
protected static int StringCache.findClosest(ByteChunk name, StringCache.ByteEntry[] array, int len)
          Find an entry given its name in a sorted array of map elements.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.