home *** CD-ROM | disk | FTP | other *** search
- package java.util;
-
- final class TreeMap$DescendingSubMap$DescendingEntrySetView extends TreeMap.NavigableSubMap.EntrySetView {
- // $FF: synthetic field
- final TreeMap.DescendingSubMap this$0;
-
- TreeMap$DescendingSubMap$DescendingEntrySetView(TreeMap.DescendingSubMap var1) {
- super(var1);
- this.this$0 = var1;
- }
-
- public Iterator<Map.Entry<K, V>> iterator() {
- return new TreeMap.NavigableSubMap.DescendingSubMapEntryIterator(this.this$0, this.this$0.absHighest(), this.this$0.absLowFence());
- }
- }
-