public class MultiListSelection<T extends Comparable<T>> extends Object
| Constructor and Description |
|---|
MultiListSelection(T comparable,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MultiListSelection<T> selection,
DirectionalComparator.Direction direction) |
T |
getComparable() |
int |
getIndex() |
public MultiListSelection(T comparable, int index)
public T getComparable()
public int getIndex()
public int compareTo(MultiListSelection<T> selection, DirectionalComparator.Direction direction)
Copyright © 2017. All rights reserved.