qb$a.java
1.14 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
import com.google.common.collect.BoundType;
import com.google.common.collect.Multisets.b;
import com.google.common.collect.SortedMultiset;
import java.util.Comparator;
import java.util.SortedSet;
class qb$a<E>
extends Multisets.b<E>
implements SortedSet<E>
{
final SortedMultiset<E> b;
qb$a(SortedMultiset<E> paramSortedMultiset)
{
this.b = paramSortedMultiset;
}
public Comparator<? super E> comparator()
{
return this.b.comparator();
}
public E first()
{
return (E)qb.a(this.b.firstEntry());
}
public SortedSet<E> headSet(E paramE)
{
return this.b.headMultiset(paramE, BoundType.OPEN).elementSet();
}
public E last()
{
return (E)qb.a(this.b.lastEntry());
}
public SortedSet<E> subSet(E paramE1, E paramE2)
{
return this.b.subMultiset(paramE1, BoundType.CLOSED, paramE2, BoundType.OPEN).elementSet();
}
public SortedSet<E> tailSet(E paramE)
{
return this.b.tailMultiset(paramE, BoundType.CLOSED).elementSet();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/qb$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/