Class StemKeys

  • All Implemented Interfaces:
    Iterable, Collection, Set

    public class StemKeys
    extends Object
    implements Set
    A set for looping through keys of a stem. This manages long indices and string keys. This will keep the keys in order and will process long keys first, then string keys.
    N.B. it produces keys that are Objects.

    Created by Jeff Gaynor
    on 5/12/22 at 6:44 AM