Re: [Neo] Neo indexed collection

2008-09-03 Thread Mattias Persson
I should probably mention that the implementation on some areas is rather temporary and crude (most notably iterator() and toArray() where the entire collection is read rather than returning a decent traverser). Nothing to worry about though since me and Johan will shape that up very soon. 2008/9/

Re: [Neo] Neo indexed collection

2008-09-03 Thread Peter Neubauer
Great Mattias, thanks for you work! /peter GTalk: neubauer.peter Skype peter.neubauer ICQ 18762544 Phone +46704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - New Energy for Data - the Graph Database. http://www.ops4j.org - New

[Neo] Neo indexed collection

2008-09-03 Thread Mattias Persson
There has been a request for a sorted neo collection where you can use your own Comparator. There has been neo collections in neo-utils for a while, but none of them sorted. Now there's a IndexedNeoCollection (https://trac.neo4j.org/ticket/103) in neo-utils which does just that. Here's an example