Initializing help system before first use

ComparableMapKey5

  • All Implemented Interfaces:
    java.lang.Comparable<ComparableMapKey5<K1,​K2,​K3,​K4,​K5>>

    public class ComparableMapKey5<K1 extends java.lang.Comparable<? super K1>,​K2 extends java.lang.Comparable<? super K2>,​K3 extends java.lang.Comparable<? super K3>,​K4 extends java.lang.Comparable<? super K4>,​K5 extends java.lang.Comparable<? super K5>>
    extends MapKey5<K1,​K2,​K3,​K4,​K5>
    implements java.lang.Comparable<ComparableMapKey5<K1,​K2,​K3,​K4,​K5>>
    A key in a 5-dimensional tree map. Instances of this class represent a tuple with 5 elements, each of which is comparable. They can be used as key in instances of TreeMap5.
    Since:
    43.00
    • Constructor Detail

      • ComparableMapKey5

        public ComparableMapKey5​(K1 key1,
                                 K2 key2,
                                 K3 key3,
                                 K4 key4,
                                 K5 key5)
        Create a new 5-dimensional key from the given keys.
        Since:
        43.00
    • Method Detail

      • compareTo

        public final int compareTo​(ComparableMapKey5<K1,​K2,​K3,​K4,​K5> other)
        Specified by:
        compareTo in interface  java.lang.Comparable<K1 extends java.lang.Comparable<? super K1>>

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.