| Package | Description |
|---|---|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MMContainerCompare
Class to compare two MMObjectNodes, used by SortedVector.
|
class |
MMObjectCompare
MMObjectNodeCompare can me used as a compare function in Sortable
objects from org.mmbase.util (hitlisted)
|
class |
MMObjectDCompare
Deprecated.
This nearly duplicates MMObjectCompare. If the inverse of a comparable is needed, this can be implemented more genericly. Btw, this is not used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MMContainerCompare.setCompare(String field,
CompareInterface handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileCompare
Class to compare two Files on their modification time, used by SortedVector.
|
class |
IntegerCompare
Deprecated.
Should implement java.util.Comparator, or should not exist, because this is java.lang.Integer's 'natural' order.
|
class |
MultiColCompare
MultiColCompare compares two Vectors on a given list of column numbers
|
class |
SortableCompare
Deprecated.
Use java.util.Comparator
|
class |
StringCompare
Deprecated.
Should implement java.util.Comparator, or should not exist, because this is java.lang.String's 'natural' order.
|
class |
XFileCompare
Class to compare XFile object depending on their comparefield.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) CompareInterface |
SortedVector.cmp
Deprecated.
|
(package private) CompareInterface |
SortedVector.sortcmp
Deprecated.
|
(package private) CompareInterface |
SortedVector.stringcmp
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortedVector.setCompare(CompareInterface cmp)
Deprecated.
Change the compare function the SortedVector should use.
|
static SortedVector |
SortedVector.SortVector(List vec,
CompareInterface cmpI)
Deprecated.
Sort a Vector and return a SortedVector using the specified compare
function.
|
| Constructor and Description |
|---|
SortedVector(CompareInterface cmp)
Deprecated.
Create a SortedVector, specifying which compare function to use.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}