public class OverloadedMethods<V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
usedConstructor |
| Constructor and Description |
|---|
OverloadedMethods() |
OverloadedMethods(java.util.Collection<V> collection,
java.lang.Iterable<? extends V> iterable) |
OverloadedMethods(java.lang.Iterable<? extends V> iterable,
java.util.Collection<V> collection) |
OverloadedMethods(java.lang.Iterable<? extends V> iterable,
java.lang.Iterable<? extends V> otherIterable) |
OverloadedMethods(java.util.List<V> list,
java.util.List<V> otherList) |
| Modifier and Type | Method and Description |
|---|---|
static <K> boolean |
addAllOverloaded(java.util.Collection<? super K> collection,
java.util.Collection<K> elements) |
static <K> java.lang.String |
addAllOverloaded(java.util.Collection<? super K> collection,
java.lang.Iterable<K> elements) |
static <K> java.lang.String |
addAllOverloaded(java.lang.Iterable<K> elements,
java.util.Collection<? super K> collection) |
static <K> java.lang.String |
addAllSuperExtends(java.util.Collection<? super K> collection,
java.lang.Iterable<? extends K> elements) |
static <K> java.util.Collection<K> |
addAllSuperExtends2(java.util.Collection<? super K> collection,
java.lang.Iterable<? extends K> elements) |
<T> java.lang.String |
overloaded(java.util.Collection<T> collection,
java.lang.Iterable<? extends T> iterable) |
<T> java.lang.String |
overloaded(java.lang.Iterable<? extends T> iterable,
java.util.Collection<T> collection) |
<T> java.lang.String |
overloaded(java.lang.Iterable<? extends T> iterable,
java.lang.Iterable<? extends T> otherIterable) |
<T> java.lang.String |
overloaded(java.util.List<T> list,
java.util.List<T> otherList) |
<T> java.lang.String |
overloaded(java.lang.Object object,
java.lang.Object otherObject) |
java.lang.String |
overloaded2(java.util.Collection<V> collection,
java.lang.Iterable<? extends V> iterable) |
java.lang.String |
overloaded2(java.lang.Iterable<? extends V> iterable,
java.util.Collection<V> collection) |
java.lang.String |
overloaded2(java.lang.Iterable<? extends V> iterable,
java.lang.Iterable<? extends V> otherIterable) |
java.lang.String |
overloaded2(java.util.List<V> list,
java.util.List<V> otherList) |
<T> java.lang.String |
overloaded3(java.util.List<T> list,
java.util.List<T> otherList) |
java.lang.String |
overloadedInt(int i) |
java.lang.String |
overloadedInt(java.lang.Integer i) |
static <T1,T2> long |
overloadedTypeParameters(java.lang.Object o) |
static <T1> int |
overloadedTypeParameters(java.lang.String s) |
static long |
overloadedVarArgs(java.lang.Object o1,
java.lang.Object o2) |
static int |
overloadedVarArgs(java.lang.String... s) |
public OverloadedMethods()
public OverloadedMethods(java.util.Collection<V> collection, java.lang.Iterable<? extends V> iterable)
public OverloadedMethods(java.lang.Iterable<? extends V> iterable, java.util.Collection<V> collection)
public java.lang.String overloadedInt(int i)
public java.lang.String overloadedInt(java.lang.Integer i)
public <T> java.lang.String overloaded(java.util.Collection<T> collection,
java.lang.Iterable<? extends T> iterable)
public <T> java.lang.String overloaded(java.lang.Iterable<? extends T> iterable,
java.util.Collection<T> collection)
public <T> java.lang.String overloaded(java.util.List<T> list,
java.util.List<T> otherList)
public <T> java.lang.String overloaded(java.lang.Object object,
java.lang.Object otherObject)
public <T> java.lang.String overloaded(java.lang.Iterable<? extends T> iterable,
java.lang.Iterable<? extends T> otherIterable)
public java.lang.String overloaded2(java.util.Collection<V> collection, java.lang.Iterable<? extends V> iterable)
public java.lang.String overloaded2(java.lang.Iterable<? extends V> iterable, java.util.Collection<V> collection)
public java.lang.String overloaded2(java.util.List<V> list, java.util.List<V> otherList)
public java.lang.String overloaded2(java.lang.Iterable<? extends V> iterable, java.lang.Iterable<? extends V> otherIterable)
public <T> java.lang.String overloaded3(java.util.List<T> list,
java.util.List<T> otherList)
public static <T1> int overloadedTypeParameters(java.lang.String s)
public static <T1,T2> long overloadedTypeParameters(java.lang.Object o)
public static long overloadedVarArgs(java.lang.Object o1,
java.lang.Object o2)
public static int overloadedVarArgs(java.lang.String... s)
public static <K> java.lang.String addAllOverloaded(java.util.Collection<? super K> collection,
java.lang.Iterable<K> elements)
public static <K> java.lang.String addAllOverloaded(java.lang.Iterable<K> elements,
java.util.Collection<? super K> collection)
public static <K> boolean addAllOverloaded(java.util.Collection<? super K> collection,
java.util.Collection<K> elements)
public static <K> java.lang.String addAllSuperExtends(java.util.Collection<? super K> collection,
java.lang.Iterable<? extends K> elements)
public static <K> java.util.Collection<K> addAllSuperExtends2(java.util.Collection<? super K> collection,
java.lang.Iterable<? extends K> elements)