Google Code Exporter

Results 21406 comments of Google Code Exporter

``` If tree.getValueForExactKey("TO") != null, then tree.getKeysStartingWith("TO").hasNext() would return true also actually. So we only need to evaluate getValueForExactKey() there. I think there should be a contains() method, but I...

``` Thanks mitja for the request. I can see how this could be useful. It's probably the case that most of the in-memory indexes, could be rebuilt in memory faster...

``` Niall, first of all thank you for very fast response. Unfortunately this is not my use case. I would use to store IndexedCollection to some Memcache engine(needs to implement...

``` Usually memcache is used to serialize a single object per key. Whereas in this case you will store an entire collection against a single key? Will this be retrieved...

``` Not exactly what was requested, but IndexedCollection can now be persisted to off-heap memory or to a file on disk. It does not rely on Java serialization. ``` Original...

Original comment by `[email protected]` on 19 Nov 2012 at 10:44 - Changed title: **Fail-fast when serializing blacklisted classes**

``` with a Sony Xperia S with 4.0.4 build 6.1.1.B.1.54 all OK very Good ``` Original comment by `[email protected]` on 30 Dec 2012 at 10:12 - Added labels: **** -...

``` I have the same problem with my Xperia Sola. the "offical" app (minddroid) don't work either. Seam sony did something weirdo with bluetooth. ``` Original comment by `[email protected]` on...

``` Yes I have the same problem with my Xperia P with ICS, when i had gingerbread it works but now it don't :( how to solve this? ``` Original...