Пример #1
0
 public KeySet(PersistentHashImpl <K, V> hash) : base(hash)
 {
 }
Пример #2
0
 public ValueSet(PersistentHashImpl <K, V> hash) : base(hash)
 {
 }
Пример #3
0
            public HashEnumerator(PersistentHashImpl hash)
#endif
            {
                this.hash = hash;
                Reset();
            }
Пример #4
0
 protected ReadOnlyCollection(PersistentHashImpl <K, V> hash)
 {
     this.hash = hash;
 }
Пример #5
0
 public HashEnumerator(PersistentHashImpl <K, V> hash)