Searched refs:SerializedForm (Results 1 - 18 of 18) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DImmutableAsList.java50 static class SerializedForm implements Serializable { class in class:ImmutableAsList
52 SerializedForm(ImmutableCollection<?> collection) { method in class:ImmutableAsList.SerializedForm
63 throw new InvalidObjectException("Use SerializedForm");
67 return new SerializedForm(collection);
H A DEmptyContiguousSet.java112 private static final class SerializedForm<C extends Comparable> implements Serializable { class in class:EmptyContiguousSet
115 private SerializedForm(DiscreteDomain<C> domain) { method in class:EmptyContiguousSet.SerializedForm
129 return new SerializedForm<C>(domain);
H A DImmutableCollection.java252 private static class SerializedForm implements Serializable { class in class:ImmutableCollection
254 SerializedForm(Object[] elements) { method in class:ImmutableCollection.SerializedForm
266 return new SerializedForm(toArray());
H A DImmutableBiMap.java311 private static class SerializedForm extends ImmutableMap.SerializedForm { class in class:ImmutableBiMap
312 SerializedForm(ImmutableBiMap<?, ?> bimap) { method in class:ImmutableBiMap.SerializedForm
323 return new SerializedForm(this);
H A DImmutableSortedAsList.java71 return new ImmutableAsList.SerializedForm(backingSet);
H A DRegularContiguousSet.java172 private static final class SerializedForm<C extends Comparable> implements Serializable { class in class:RegularContiguousSet
176 private SerializedForm(Range<C> range, DiscreteDomain<C> domain) { method in class:RegularContiguousSet.SerializedForm
188 return new SerializedForm<C>(range, domain);
H A DImmutableMap.java402 static class SerializedForm implements Serializable { class in class:ImmutableMap
405 SerializedForm(ImmutableMap<?, ?> map) { method in class:ImmutableMap.SerializedForm
429 return new SerializedForm(this);
H A DImmutableList.java510 private static class SerializedForm implements Serializable { class in class:ImmutableList
512 SerializedForm(Object[] elements) { method in class:ImmutableList.SerializedForm
523 throw new InvalidObjectException("Use SerializedForm");
527 return new SerializedForm(toArray());
H A DImmutableMultiset.java457 private static class SerializedForm implements Serializable { class in class:ImmutableMultiset
461 SerializedForm(Multiset<?> multiset) { method in class:ImmutableMultiset.SerializedForm
488 return new SerializedForm(this);
H A DImmutableSet.java512 private static class SerializedForm implements Serializable { class in class:ImmutableSet
514 SerializedForm(Object[] elements) { method in class:ImmutableSet.SerializedForm
524 return new SerializedForm(toArray());
H A DImmutableSortedMultiset.java573 private static final class SerializedForm implements Serializable { class in class:ImmutableSortedMultiset
578 SerializedForm(SortedMultiset<?> multiset) { method in class:ImmutableSortedMultiset.SerializedForm
604 return new SerializedForm(this);
H A DImmutableSortedSet.java673 private static class SerializedForm<E> implements Serializable { class in class:ImmutableSortedSet
677 public SerializedForm(Comparator<? super E> comparator, Object[] elements) { method in class:ImmutableSortedSet.SerializedForm
692 throw new InvalidObjectException("Use SerializedForm");
696 return new SerializedForm<E>(comparator, toArray());
H A DImmutableSortedMap.java746 private static class SerializedForm extends ImmutableMap.SerializedForm { class in class:ImmutableSortedMap
749 SerializedForm(ImmutableSortedMap<?, ?> sortedMap) { method in class:ImmutableSortedMap.SerializedForm
761 return new SerializedForm(this);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 216 milliseconds