Schnittstelle SearchMode


public interface SearchMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Search for an exact match or the element just after.
    static final int
    Search for an exact match or the element just before.
    static final int
    Only search for exact matches.
  • Felddetails

    • EXACT

      static final int EXACT
      Only search for exact matches.
      Siehe auch:
    • BEFORE

      static final int BEFORE
      Search for an exact match or the element just before.
      Siehe auch:
    • AFTER

      static final int AFTER
      Search for an exact match or the element just after.
      Siehe auch: