E - The type of element managed by the collection.public interface Ordered<E>
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<? super E> |
getComparator()
This method returns the comparator that is used to order the elements in this collection.
|
java.util.Comparator<? super E> getComparator()
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.