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

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

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

Fields in org.apache.tomcat.util.buf declared as StringCache.CharEntry
protected static StringCache.CharEntry[] StringCache.ccCache
          Cache for char chunk.
 

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



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