クラス QValue

java.lang.Object
com.kazurayam.materialstore.core.metadata.QValue
すべての実装されたインタフェース:
Comparable<QValue>

public final class QValue extends Object implements Comparable<QValue>
  • メソッドの詳細

    • of

      public static QValue of(String key)
    • of

      public static QValue of(Pattern ptn)
    • isString

      public boolean isString()
    • isPattern

      public boolean isPattern()
    • matches

      public boolean matches(String subject)
    • equals

      public boolean equals(Object obj)
      オーバーライド:
      equals クラス内 Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 Object
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object
    • compareTo

      public int compareTo(QValue other)
      定義:
      compareTo インタフェース内 Comparable<QValue>