Uses of Record Class
ffx.utilities.ObjectPair
Packages that use ObjectPair
Package
Description
The Utilities package implements a variety of useful Directory, File, Port, String, etc
functionality.
-
Uses of ObjectPair in ffx.utilities
Classes in ffx.utilities that implement interfaces with type arguments of type ObjectPairModifier and TypeClassDescriptionfinal recordObjectPair<T, S extends Comparable<S>>ObjectPair record.Methods in ffx.utilities with parameters of type ObjectPairMethod parameters in ffx.utilities with type arguments of type ObjectPairModifier and TypeMethodDescriptionstatic <U, V extends Comparable<V>>
List<U> ObjectPair.sortAndReturn(List<ObjectPair<U, V>> theList) sortAndReturn.