Class FixedIntArray


  • public class FixedIntArray
    extends Object
    Wrapper around fixed size primitive int array. Provides the following so it can be used as key in Maps/Sets.
    • hashCode()
    • equals
    Note, does not provide a deep-copy of the value, and caller is responsible for maintaining the values.
    • Constructor Detail

      • FixedIntArray

        public FixedIntArray​(int[] value)