English 中文(简体)
Java记表
原标题:Java in memory SQL Table like data structure

Several times I have wanted a data structure that is similar to a SQL Table where you can select on various fields and multiple fields. Similar to an in memory SQL implementation except that I don t want to store that many objects in the data structure.

www.un.org/Depts/DGACM/index_spanish.htm 我也要求通过标准的 Java手段使物体具有序列性。

我以前曾用多个散列表格或习俗散列钥匙做过这项工作,但最后是许多法典和非常具体的问题。

我也利用了格罗维尼的封闭能力和幽灵来提供帮助,但我并不总是能够提供(不同的项目)。

EDIT: I think my problem is more of an object traversal/selection problem Here are some interesting projects:

然而,大多数这些项目的倒数是,它们比直接获得目标(非反射/优等)要慢得多,而且明显低于指数(hash)。

问题回答

rel=“nofollow”>JavaDBHSLDB,除其他外,在专题数据库中全面。

你们对为此目的使用室内储存有什么关切? d 节省了发展时间的吨位;实绩管理费实在微不足道。 通过努力执行这一环境,你的风险更大。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签