Module org.hsqldb

Interface IntLookup


  • public interface IntLookup
    Interface for int to int lookup.
    Since:
    1.8.0
    Author:
    Fred Toussi (fredt@users dot sourceforge.net)
    • Method Detail

      • add

        int add​(int key,
                int value)
      • addUnsorted

        boolean addUnsorted​(int key,
                            int value)
      • lookup

        int lookup​(int key)
            throws java.util.NoSuchElementException
        Throws:
        java.util.NoSuchElementException
      • lookup

        int lookup​(int key,
                   int def)
      • size

        int size()
      • clear

        void clear()