comparison src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/impl/DefaultNode.java @ 74:3a3622cf2eef

remove error but have a error test program and LoggingChildren.iterator is bad
author one
date Wed, 27 Aug 2014 05:07:50 +0900
parents 35e327577b58
children 22bba77e09a7
comparison
equal deleted inserted replaced
72:5969848b1bb8 74:3a3622cf2eef
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl; 1 /*package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl;
2 2
3 import java.nio.ByteBuffer; 3 import java.nio.ByteBuffer;
4 import fj.Ord; 4 import fj.Ord;
5 import fj.data.List; 5 import fj.data.List;
6 import fj.data.TreeMap; 6 import fj.data.TreeMap;
40 public DefaultAttributes getAttributes() 40 public DefaultAttributes getAttributes()
41 { 41 {
42 return new DefaultAttributes(attrs); 42 return new DefaultAttributes(attrs);
43 } 43 }
44 } 44 }
45 */