Class EntrySet.KeyedPrimitives<K>

    • Constructor Detail

      • KeyedPrimitives

        KeyedPrimitives​(K[] keys)
    • Method Detail

      • count

        public final long count()
        Description copied from interface: Structure1D
        The total number of elements in this structure.

        You only need to implement this method if the structure can contain more than Integer.MAX_VALUE elements.

        Specified by:
        count in interface Structure1D