Klasse BooleanBooleanMutablePair

java.lang.Object
speiger.src.collections.booleans.misc.pairs.impl.BooleanBooleanMutablePair
Alle implementierten Schnittstellen:
BooleanBooleanPair

public class BooleanBooleanMutablePair extends Object implements BooleanBooleanPair
Mutable Pair Implementation that
  • Konstruktordetails

    • BooleanBooleanMutablePair

      public BooleanBooleanMutablePair()
      Default Constructor
    • BooleanBooleanMutablePair

      public BooleanBooleanMutablePair(boolean key, boolean value)
      Key/Value Constructur
      Parameter:
      key - the key of the Pair
      value - the value of the Pair
  • Methodendetails