[collections] The target Java version for 4.5

2023-06-14 Thread Efremov, Rodion
Hello, What Java version Collections 4.5 is being built for? Best regards,

Re: [collections] How about a HashBidiMap?

2017-07-06 Thread Efremov, Rodion
you name one or two scenarios where your implementation would be preferred over the existing implementations? On Jul 6, 2017 11:56, "Efremov, Rodion" wrote: > From > http://svn.apache.org/viewvc/commons/proper/collections/ > trunk/src/main/java/org/apache/commons/collections4/ &

Re: [collections] How about a HashBidiMap?

2017-07-06 Thread Efremov, Rodion
ocs/api-release/org/apache/commons/collections4/bidimap/DualHashBidiMap.html On Jul 6, 2017 09:06, "Efremov, Rodion" wrote: > Hello, > > > I am working on a hash table based BidiMap at > https://github.com/coderodde/BidirectionalHashMap/blob/ > master/src/net/coderodde/u

[collections] How about a HashBidiMap?

2017-07-06 Thread Efremov, Rodion
Hello, I am working on a hash table based BidiMap at https://github.com/coderodde/BidirectionalHashMap/blob/master/src/net/coderodde/util/BidirectionalHashMap.java and would like to contribute it to Commons Collections. Could someone working on the project discuss my contribution attempt? Be

[collections]

2017-07-03 Thread Efremov, Rodion
Good day! I am working on a bidirectional (bijective) hash map at https://github.com/coderodde/BidirectionalHashMap In http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/DualHashBidiMap.java?view=markup there is a note in the J