Interface NodeStateEntryList

    • Method Detail

      • add

        void add​(@NotNull
                 @NotNull NodeStateEntry item)
        Add an item at the tail of the list.
      • remove

        NodeStateEntry remove()
        Remove the first item from the list.
        Returns:
        the removed item
      • estimatedMemoryUsage

        long estimatedMemoryUsage()
      • size

        int size()
      • isEmpty

        boolean isEmpty()
      • close

        void close()