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

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

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

Fields in org.glassfish.grizzly.web.container.util.buf declared as StringCache.ByteEntry
protected static StringCache.ByteEntry[] StringCache.bcCache
          Cache for byte chunk.
 

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

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