issues
search
iDev24
/
google-collections
Automatically exported from code.google.com/p/google-collections
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add source jar for google-collect-testfw jar
#148
GoogleCodeExporter
closed
9 years ago
2
Functions.forMap(map).apply(nonexistentKey) should throw an exception
#147
GoogleCodeExporter
closed
9 years ago
6
Change Function.toStringFunction signature to be more Generic Friendly
#146
GoogleCodeExporter
closed
9 years ago
3
Ordering.givenOrder() -> Ordering.explicit()
#145
GoogleCodeExporter
closed
9 years ago
3
Forwarding collections are easy to misuse
#144
GoogleCodeExporter
closed
9 years ago
6
Cannot use MapMaker with soft/weak keys/values on Google App Engine
#143
GoogleCodeExporter
closed
9 years ago
2
MIssing MultimapMaker / expand functionality for MapMaker
#142
GoogleCodeExporter
closed
9 years ago
3
add NonBlockingHashMap and NonBlockingHashSet
#141
GoogleCodeExporter
closed
9 years ago
2
"Use" link doesn't appear in javadocs
#140
GoogleCodeExporter
closed
9 years ago
3
MapMaker.expiration() applied from moment of last access
#139
GoogleCodeExporter
closed
9 years ago
3
Ordering.givenOrder @Nullable + NullPointerException
#138
GoogleCodeExporter
closed
9 years ago
3
No maven bundle for RC1
#137
GoogleCodeExporter
closed
9 years ago
6
Add Interner
#136
GoogleCodeExporter
closed
9 years ago
10
Concurrent MultiMap versions
#135
GoogleCodeExporter
closed
9 years ago
8
Include other design-by-contract constructs
#134
GoogleCodeExporter
closed
9 years ago
5
No iterator chaining
#133
GoogleCodeExporter
closed
9 years ago
1
More examples
#132
GoogleCodeExporter
closed
9 years ago
5
Naming com.google.common.collect.Collections2
#131
GoogleCodeExporter
closed
9 years ago
1
Release a public AbstractBiMap or BiMaps.newBiMap(Map, Map) method
#130
GoogleCodeExporter
closed
9 years ago
10
Potentially confusing superfluous doc in Iterators.partition and .paddedPartition
#129
GoogleCodeExporter
closed
9 years ago
3
Example code in Ordering javadoc mentions non-existent method
#128
GoogleCodeExporter
closed
9 years ago
1
Example in javadoc for Iterators.peekingIterator confusing
#127
GoogleCodeExporter
closed
9 years ago
1
Function.apply interface is incompatible with implementation
#126
GoogleCodeExporter
closed
9 years ago
1
Missing varargs factory methods in HashMultiset and TreeMultiset
#125
GoogleCodeExporter
closed
9 years ago
3
Confusing: users will naturally assume Preconditions supports all String.format() specifiers; how to address this?
#124
GoogleCodeExporter
closed
9 years ago
10
[RFE] Provide Objects#toString method.
#123
GoogleCodeExporter
closed
9 years ago
14
TreeMultimap.equals() fails for generic value type
#122
GoogleCodeExporter
closed
9 years ago
1
Please remove "final" from ReferenceMap
#121
GoogleCodeExporter
closed
9 years ago
2
[deleted issue]
#120
GoogleCodeExporter
closed
9 years ago
0
missing analogue of collatedIterator
#119
GoogleCodeExporter
closed
9 years ago
5
SetMultimap.asMap() returns Map<K, Collection<V>>
#118
GoogleCodeExporter
closed
9 years ago
18
Multimaps.newHashMultimap() but no Multimaps.newHashMultimapWithCapacity(size)?
#117
GoogleCodeExporter
closed
9 years ago
3
Inconsistency in containsAll (equals) of com.google.common.collect.StandardMultimap$WrappedSet
#116
GoogleCodeExporter
closed
9 years ago
4
RFP: Predicates.instanceOf
#115
GoogleCodeExporter
closed
9 years ago
8
Hamcrest matchers should be supported by selection and rejection utilities
#114
GoogleCodeExporter
closed
9 years ago
1
Caution about ambiguity in overloaded varargs methods
#113
GoogleCodeExporter
closed
9 years ago
8
HashMultimap.create() method is missing
#112
GoogleCodeExporter
closed
9 years ago
4
Multimaps.newTreeMultimap() Javadoc incorrect
#111
GoogleCodeExporter
closed
9 years ago
1
ListIterator that supports remove()
#110
GoogleCodeExporter
closed
9 years ago
7
enh req: more granular SortedSetMultimap interface
#109
GoogleCodeExporter
closed
9 years ago
3
enh req: ImmutableSetMultimap
#108
GoogleCodeExporter
closed
9 years ago
5
Why doesnt ReferenceMap support Phantom references?
#107
GoogleCodeExporter
closed
9 years ago
4
Strange transform, isn't it?
#106
GoogleCodeExporter
closed
9 years ago
1
Enhancement request: implement Sets.transform(Set<F>, Function<? super F, ? extends T>)
#105
GoogleCodeExporter
closed
9 years ago
8
Spelling error in Comparators: forth -> fourth
#104
GoogleCodeExporter
closed
9 years ago
2
should there be an Objects.compare(@Nullable Comparable c1, @Nullable Comparable c2) method?
#103
GoogleCodeExporter
closed
9 years ago
5
Iterators.concat(a, b) minor memory issue
#102
GoogleCodeExporter
closed
9 years ago
6
Add DefaultMap
#101
GoogleCodeExporter
closed
9 years ago
2
ReferenceMap table contraction.
#100
GoogleCodeExporter
closed
9 years ago
4
ReferenceMap ignores user-supplied delegate map during serialization.
#99
GoogleCodeExporter
closed
9 years ago
6
Next