| java.lang.Object org.netbeans.editor.ext.StringCache
StringCache | public class StringCache (Code) | | Cache holding the most commonly used strings. The unused strings are
discarded when they reach the end of chain.
author: Miloslav Metelka version: 1.00 |
Inner Class :static class Entry | |
statHits | public int statHits(Code) | | |
statQueries | public int statQueries(Code) | | |
StringCache | public StringCache()(Code) | | |
StringCache | public StringCache(int maxSize)(Code) | | |
StringCache | public StringCache(int maxSize, int initialMapCapacity)(Code) | | |
getString | public String getString(char[] chars, int offset, int len)(Code) | | |
putSurviveString | public void putSurviveString(String s)(Code) | | Put a string into cache that will survive there so that it will be never
removed.
|
|
|