Ejemplo n.º 1
0
 internal HashIterator(WeakHashMap <K, V> .Entry <K, V> .Type <R, K, V> type, WeakHashMap <K, V> outer)
 {
     this.type          = type;
     expectedModCount   = this.outerInstance.modCount;
     this.outerInstance = outer;
 }
Ejemplo n.º 2
0
 public IAC_ValuesCollection(WeakHashMap <K, V> outer)
 {
     this.outerInstance = outer;
 }
Ejemplo n.º 3
0
 internal Entry(K key, V objectJ, java.lang.refj.ReferenceQueue <K> queue, WeakHashMap <K, V> outer) :
     base(key, queue)
 {
     isNull             = key == null;
     hash               = isNull ? 0 : key.GetHashCode();
     valueJ             = objectJ;
     this.outerInstance = outer;
 }
Ejemplo n.º 4
0
 public IAC_KeySet(WeakHashMap <K, V> outer)
 {
     this.outerInstance = outer;
 }