Class ContainedPair<K,V>
java.lang.Object
net.ME1312.Galaxi.Library.Container.Value<V>
net.ME1312.Galaxi.Library.Container.Pair<K,V>
net.ME1312.Galaxi.Library.Container.ContainedPair<K,V>
- Type Parameters:
K
- Key TypeV
- Value Type
Key-Value Pair Container Class
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
ContainedPair
public ContainedPair()Creates the Container -
ContainedPair
Creates the Container- Parameters:
key
- Keyvalue
- Value
-
-
Method Details