Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.nio.charset
Class CoderResult.Cache  view CoderResult.Cache download CoderResult.Cache.java

java.lang.Object
  extended byjava.nio.charset.CoderResult.Cache
Enclosing class:
CoderResult

private abstract static class CoderResult.Cache
extends java.lang.Object


Field Summary
private  java.util.HashMap cache
           
 
Constructor Summary
(package private) CoderResult.Cache()
           
 
Method Summary
(package private)  CoderResult get(int length)
           
protected abstract  CoderResult make(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private final java.util.HashMap cache
Constructor Detail

CoderResult.Cache

CoderResult.Cache()
Method Detail

get

CoderResult get(int length)

make

protected abstract CoderResult make(int length)