Package codechicken.lib.util
Class LazyValuePair<K,V>
java.lang.Object
org.apache.commons.lang3.tuple.Pair<K,V>
codechicken.lib.util.LazyValuePair<K,V>
- All Implemented Interfaces:
Serializable,Comparable<org.apache.commons.lang3.tuple.Pair<K,,V>> Map.Entry<K,V>
public class LazyValuePair<K,V>
extends org.apache.commons.lang3.tuple.Pair<K,V>
Created by covers1624 on 5/1/20.
- See Also:
-
Field Summary
Fields inherited from class org.apache.commons.lang3.tuple.Pair
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.lang3.tuple.Pair
compareTo, emptyArray, equals, getKey, getValue, hashCode, of, of, toString, toString