public class IndexedListData extends Object
Constructor and Description |
---|
IndexedListData() |
Modifier and Type | Method and Description |
---|---|
void |
addDescriptor(SystemDescriptor<?> descriptor) |
void |
clear() |
Collection<SystemDescriptor<?>> |
getSortedList() |
boolean |
isEmpty() |
void |
removeDescriptor(SystemDescriptor<?> descriptor) |
int |
size() |
void |
unSort()
Called by a SystemDescriptor when its ranking has changed
|
public Collection<SystemDescriptor<?>> getSortedList()
public void addDescriptor(SystemDescriptor<?> descriptor)
public void removeDescriptor(SystemDescriptor<?> descriptor)
public boolean isEmpty()
public void unSort()
public void clear()
public int size()
Copyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.