HomeSort by relevance Sort by last modified time
    Searched refs:UnhashableObject (Results 1 - 11 of 11) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
UnhashableObject.java 27 public class UnhashableObject implements Comparable<UnhashableObject> {
30 public UnhashableObject(int value) {
35 if (object instanceof UnhashableObject) {
36 UnhashableObject that = (UnhashableObject) object;
52 public int compareTo(UnhashableObject o) {
TestUnhashableCollectionGenerator.java 32 TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>>
33 implements TestCollectionGenerator<UnhashableObject> {
35 public SampleElements<UnhashableObject> samples() {
41 UnhashableObject[] array = createArray(elements.length);
44 array[i++] = (UnhashableObject) e;
53 protected abstract T create(UnhashableObject[] elements);
56 public UnhashableObject[] createArray(int length) {
57 return new UnhashableObject[length];
61 public Iterable<UnhashableObject> order(
62 List<UnhashableObject> insertionOrder)
    [all...]
SampleElements.java 102 public static class Unhashables extends SampleElements<UnhashableObject> {
104 super(new UnhashableObject(1),
105 new UnhashableObject(2),
106 new UnhashableObject(3),
107 new UnhashableObject(4),
108 new UnhashableObject(5));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListGenerators.java 28 import com.google.common.collect.testing.UnhashableObject;
138 extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
139 implements TestListGenerator<UnhashableObject> {
145 public List<UnhashableObject> create(UnhashableObject[] elements) {
MapGenerators.java 32 import com.google.common.collect.testing.UnhashableObject;
71 extends TestUnhashableCollectionGenerator<Collection<UnhashableObject>> {
73 @Override public Collection<UnhashableObject> create(
74 UnhashableObject[] elements) {
75 ImmutableMap.Builder<Integer, UnhashableObject> builder = ImmutableMap.builder();
77 for (UnhashableObject value : elements) {
SetGenerators.java 46 import com.google.common.collect.testing.UnhashableObject;
197 @Override public Set<UnhashableObject> create(
198 UnhashableObject[] elements) {
279 extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>
280 implements TestSetGenerator<UnhashableObject> {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultimapTest.java 23 import com.google.common.collect.testing.UnhashableObject;
102 SampleElements<UnhashableObject> unhashables = new Unhashables();
103 Multimap<Integer, UnhashableObject> multimap = ImmutableMultimap.of(
110 SampleElements<UnhashableObject> unhashables = new Unhashables();
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultimapTest.java 23 import com.google.common.collect.testing.UnhashableObject;
102 SampleElements<UnhashableObject> unhashables = new Unhashables();
103 Multimap<Integer, UnhashableObject> multimap = ImmutableMultimap.of(
110 SampleElements<UnhashableObject> unhashables = new Unhashables();
ImmutableMapTest.java 33 import com.google.common.collect.testing.UnhashableObject;
248 extends AbstractMapTests<Integer, UnhashableObject> {
249 @Override protected Map<Integer, UnhashableObject> makeEmptyMap() {
253 @Override protected Map<Integer, UnhashableObject> makePopulatedMap() {
263 @Override protected UnhashableObject getValueNotInPopulatedMap() {
271 @Override protected Map<Integer, UnhashableObject> makePopulatedMap() {
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
SetGenerators.java 45 import com.google.common.collect.testing.UnhashableObject;
184 @Override public Set<UnhashableObject> create(
185 UnhashableObject[] elements) {
252 extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>
253 implements TestSetGenerator<UnhashableObject> {
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 1109 milliseconds