org.apache.commons.lang3.tuple.Pair

References

Instance create

Pair.of(key, value)
MutablePair.of(key, value)

キー・値の取り出し

  • Key : getKey()getLeft()
  • Value : getValue()getRight()

値の変更

  • MutablePair は setValue() メソッドにより値だけ変更可能
  • Pair ないし ImmutablePair は変更不可
    • setValue()を使うと UnsupportedOperationException が発生

results matching ""

    No results matching ""