Modul speiger.src.collections
Klasse IntShortMutablePair
java.lang.Object
speiger.src.collections.ints.misc.pairs.impl.IntShortMutablePair
- Alle implementierten Schnittstellen:
IntShortPair
Mutable Pair Implementation that
-
Feldübersicht
Von Schnittstelle geerbte Felder speiger.src.collections.ints.misc.pairs.IntShortPair
EMPTY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDefault ConstructorIntShortMutablePair(int key, short value) Key/Value Constructur -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintshortinthashCode()set(int key, short value) Sets key and value of the PairsetIntKey(int key) Sets the Key of the Pair.setShortValue(short value) Sets the Value of the Pair.Clones the Pair if it is mutable.toString()
-
Konstruktordetails
-
IntShortMutablePair
public IntShortMutablePair()Default Constructor -
IntShortMutablePair
public IntShortMutablePair(int key, short value) Key/Value Constructur- Parameter:
key- the key of the Pairvalue- the value of the Pair
-
-
Methodendetails
-
setIntKey
Beschreibung aus Schnittstelle kopiert:IntShortPairSets the Key of the Pair.- Angegeben von:
setIntKeyin SchnittstelleIntShortPair- Parameter:
key- the key that should be set.- Gibt zurück:
- self or a new Pair instance with the new key.
-
getIntKey
public int getIntKey()- Angegeben von:
getIntKeyin SchnittstelleIntShortPair- Gibt zurück:
- the Key of the Pair
-
setShortValue
Beschreibung aus Schnittstelle kopiert:IntShortPairSets the Value of the Pair.- Angegeben von:
setShortValuein SchnittstelleIntShortPair- Parameter:
value- the value that should be set.- Gibt zurück:
- self or a new Pair instance with the new value.
-
getShortValue
public short getShortValue()- Angegeben von:
getShortValuein SchnittstelleIntShortPair- Gibt zurück:
- the Value of the Pair
-
set
Beschreibung aus Schnittstelle kopiert:IntShortPairSets key and value of the Pair- Angegeben von:
setin SchnittstelleIntShortPair- Parameter:
key- the key that should be set.value- the value that should be set.- Gibt zurück:
- self or a new Pair instance with the new key and value.
-
shallowCopy
Beschreibung aus Schnittstelle kopiert:IntShortPairClones the Pair if it is mutable.- Angegeben von:
shallowCopyin SchnittstelleIntShortPair- Gibt zurück:
- a New Mutable Instance if it is mutable
-
equals
-
hashCode
public int hashCode() -
toString
-