Class MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor

    • Field Detail

      • f_fExisting

        protected final boolean f_fExisting
        Flag to indicate whether the underlying visitor is to visit only entries that logically exist in the MaskedBinaryLongMap.
    • Constructor Detail

      • MaskedEntryVisitor

        public MaskedEntryVisitor​(BinaryLongMap.EntryVisitor visitor,
                                  boolean fExisting)
        Construct a DelegateEntryVisitor around the specified visitor.
        Parameters:
        visitor - the underlying EntryVisitor