From 2c1f4b89818e018b8677d1d621ab98194b259509 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 23 Oct 2014 12:29:11 +0200 Subject: Memory considerations in comments --- src/core/src/data/MVDataEntry.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/src/data/MVDataEntry.java b/src/core/src/data/MVDataEntry.java index f92a141..2d92030 100644 --- a/src/core/src/data/MVDataEntry.java +++ b/src/core/src/data/MVDataEntry.java @@ -43,9 +43,8 @@ public class MVDataEntry implements Comparable { /** * The data part of this particular entry. */ - private HashMultimap attrValPairs; - - // XXX : add an HashMap for meta or constraints ? + private HashMultimap attrValPairs; //FIXME : memory inefficient + //XXX Consider https://commons.apache.org/proper/commons-collections/javadocs/api-3.2.1/org/apache/commons/collections/map/MultiValueMap.html // Constructors -- cgit v1.2.3