public class Groupers extends Object
Modifier and Type | Method and Description |
---|---|
static int |
hash(Object obj) |
static <KeyType> Iterator<Grouper.Entry<KeyType>> |
mergeIterators(Iterable<Iterator<Grouper.Entry<KeyType>>> iterators,
Comparator<KeyType> keyTypeComparator) |
public static int hash(Object obj)
public static <KeyType> Iterator<Grouper.Entry<KeyType>> mergeIterators(Iterable<Iterator<Grouper.Entry<KeyType>>> iterators, Comparator<KeyType> keyTypeComparator)
Copyright © 2011–2017. All rights reserved.