Uses of Class
nl.jqno.equalsverifier.internal.prefabvalues.Tuple
Packages that use Tuple
Package
Description
-
Uses of Tuple in nl.jqno.equalsverifier.internal.prefabvalues
Methods in nl.jqno.equalsverifier.internal.prefabvalues that return TupleModifier and TypeMethodDescription<T> Tuple<T> Returns a tuple of two different prefabricated values of the specified type.<T> Tuple<T> PrefabValues.giveTuple(TypeTag tag, LinkedHashSet<TypeTag> typeStack) Returns a tuple of two different prefabricated values of the specified type.static <U> Tuple<U> Factory method that turns three untyped values into a typed tuple. -
Uses of Tuple in nl.jqno.equalsverifier.internal.prefabvalues.factories
Methods in nl.jqno.equalsverifier.internal.prefabvalues.factories that return TupleModifier and TypeMethodDescriptionCopyFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) EnumMapFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) EnumSetFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) ExternalFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) FallbackFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) MapFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) PrefabValueFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) Creates a tuple of two prefab values.SimpleFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack) SimpleGenericFactory.createValues(TypeTag tag, PrefabValues prefabValues, LinkedHashSet<TypeTag> typeStack)