netty5/common/src/test/java/io/netty/util
Trustin Lee 040c340f76 Add back IntObjectMap.values(Class<V>)
Motivation:

Although the new IntObjectMap.values() that returns Collection is
useful, the removed values(Class<V>) that returns an array is also
useful. It's also good for backward compatibility.

Modifications:

- Add IntObjectMap.values(Class<V>) back
- Miscellaneous improvements
  - Cache the collection returned by IntObjectHashMap.values()
  - Inspector warnings
- Update the IntObjectHashMapTest to test both values()

Result:

- Backward compatibility
- Potential performance improvement of values()
2014-11-22 07:42:14 +09:00
..
collection Add back IntObjectMap.values(Class<V>) 2014-11-22 07:42:14 +09:00
concurrent Add generic versions of PromiseAggregator and PromiseNotifier. 2014-11-07 09:06:58 +01:00
internal V4.1 Fix "=" character in HttpPostRequestDecoder 2014-10-21 16:06:37 +09:00
ConstantPoolTest.java Fix a ConstantPoolTest failure 2014-07-29 15:46:15 -07:00
DefaultAttributeMapTest.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00
HashedWheelTimerTest.java [#2744] Fix flakey HashedWheelTimerTest.testExecutionOnTime() 2014-08-06 07:03:31 +02:00
NetUtilTest.java Fix checkstyle 2014-11-12 12:28:18 +09:00
RecyclerTest.java Don't ignore maxCapacity if it's not a power of 2 2014-08-31 09:06:45 +02:00
ThreadDeathWatcherTest.java Refactor FastThreadLocal to simplify TLV management 2014-06-19 21:13:55 +09:00