public static class CollectionItem.Value<T extends Comparable<T>> extends Object implements Comparable<CollectionItem.Value<T>>
Represents a class for a value of collection item.
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CollectionItem.Value<T> other)
Compares the current instance of value with another value object of the same type.
|
T |
getData()
Gets a collection item value.
|
String |
getPrefix()
Gets a prefix string that shall be concatenated with the text string presented
to the user.
|
public final String getPrefix()
Gets a prefix string that shall be concatenated with the text string presented to the user. This entry is ignored when an interactive PDF processor sorts the items in the collection. Default: none
public final T getData()
Gets a collection item value.
public final int compareTo(CollectionItem.Value<T> other)
Compares the current instance of value with another value object of the same type.
compareTo
in interface Comparable<CollectionItem.Value<T extends Comparable<T>>>
other
- An object to compare with this instance.Copyright © 2024 Aspose. All Rights Reserved.