Interface ConcurrentLongPairSet.LongPairConsumer

  • Enclosing class:
    ConcurrentLongPairSet

    public static interface ConcurrentLongPairSet.LongPairConsumer
    Represents a function that accepts two long arguments.
    • Method Detail

      • accept

        void accept​(long v1,
                    long v2)