home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / util / WeakHashMap$Values.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  893 b   |  32 lines

  1. package java.util;
  2.  
  3. class WeakHashMap$Values extends AbstractCollection<V> {
  4.    // $FF: synthetic field
  5.    final WeakHashMap this$0;
  6.  
  7.    private WeakHashMap$Values(WeakHashMap var1) {
  8.       this.this$0 = var1;
  9.    }
  10.  
  11.    public Iterator<V> iterator() {
  12.       return new WeakHashMap.ValueIterator(this.this$0, (WeakHashMap.1)null);
  13.    }
  14.  
  15.    public int size() {
  16.       return this.this$0.size();
  17.    }
  18.  
  19.    public boolean contains(Object var1) {
  20.       return this.this$0.containsValue(var1);
  21.    }
  22.  
  23.    public void clear() {
  24.       this.this$0.clear();
  25.    }
  26.  
  27.    // $FF: synthetic method
  28.    WeakHashMap$Values(WeakHashMap var1, WeakHashMap.1 var2) {
  29.       this(var1);
  30.    }
  31. }
  32.