Uses of Class
org.glassfish.grizzly.web.container.util.buf.StringCache.CharEntry

Packages that use StringCache.CharEntry
org.glassfish.grizzly.web.container.util.buf   
 

Uses of StringCache.CharEntry in org.glassfish.grizzly.web.container.util.buf
 

Fields in org.glassfish.grizzly.web.container.util.buf declared as StringCache.CharEntry
protected static StringCache.CharEntry[] StringCache.ccCache
          Cache for char chunk.
 

Fields in org.glassfish.grizzly.web.container.util.buf with type parameters of type StringCache.CharEntry
protected static HashMap<StringCache.CharEntry,int[]> StringCache.ccStats
          Statistics hash map for char chunk.
 

Methods in org.glassfish.grizzly.web.container.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 © 2009 SUN Microsystems. All Rights Reserved.