Class MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor

    • Constructor Detail

      • DelegateEntryVisitor

        public DelegateEntryVisitor​(BinaryLongMap.EntryVisitor visitor,
                                    boolean fExisting)
        Construct a DelegateEntryVisitor around the specified visitor.
        Parameters:
        visitor - the underlying EntryVisitor
        fExisting - true iff the underlying visitor should only visit existing entries