Uses of Class
org.glassfish.grizzly.http.util.StringCache.CharEntry

Packages that use StringCache.CharEntry
org.glassfish.grizzly.http.util   
 

Uses of StringCache.CharEntry in org.glassfish.grizzly.http.util
 

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

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

Methods in org.glassfish.grizzly.http.util 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 © 2011 Oracle Corpration. All Rights Reserved.