Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キーと値のペアをJavaに保存する必要があります。これは、ファイルを直接読み書きするときに、メモリ効率が高く、時間効率が高くなりますか?
<string,double,double>
<string,object>
また、他の方法を提案することもできます。
最も効率的なのは、Map<String, double[]>Guava を使用するかどうかに関係なく、大きな違いがあるとは思えません。
Map<String, double[]>