mu$h.java
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
import java.util.Collection;
import java.util.Comparator;
import java.util.Map;
import java.util.SortedMap;
import java.util.SortedSet;
class mu$h
extends mu<K, V>.c
implements SortedSet<K>
{
mu$h(SortedMap<K, Collection<V>> paramSortedMap)
{
super(paramSortedMap, localMap);
}
SortedMap<K, Collection<V>> a()
{
return (SortedMap)super.b();
}
public Comparator<? super K> comparator()
{
return a().comparator();
}
public K first()
{
return (K)a().firstKey();
}
public SortedSet<K> headSet(K paramK)
{
return new h(this.c, a().headMap(paramK));
}
public K last()
{
return (K)a().lastKey();
}
public SortedSet<K> subSet(K paramK1, K paramK2)
{
return new h(this.c, a().subMap(paramK1, paramK2));
}
public SortedSet<K> tailSet(K paramK)
{
return new h(this.c, a().tailMap(paramK));
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mu$h.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/