com.sun.jini.jeri.internal.runtime
Class Util.TableCache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.WeakHashMap
com.sun.jini.jeri.internal.runtime.Util.TableCache
- All Implemented Interfaces:
- Map
- Enclosing class:
- Util
private static class Util.TableCache
- extends WeakHashMap
Field Summary |
private boolean |
mapsMethodToHash
if true, the tables map methods to method hashes; if false,
the tables map method hashes to methods |
Methods inherited from class java.util.WeakHashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
mapsMethodToHash
private boolean mapsMethodToHash
- if true, the tables map methods to method hashes; if false,
the tables map method hashes to methods
Util.TableCache
public Util.TableCache(boolean mapsMethodToHash)
getTable
public Map getTable(Class remoteClass)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.