comparison src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Attributes.java @ 112:98e256d9fd57

treeAttribute add get String but has error
author one
date Mon, 15 Sep 2014 16:31:53 +0900
parents 5b7e45464bb8
children 0854f9a9e81d
comparison
equal deleted inserted replaced
111:5df5505e1c1e 112:98e256d9fd57
3 import java.nio.ByteBuffer; 3 import java.nio.ByteBuffer;
4 4
5 public interface Attributes 5 public interface Attributes
6 { 6 {
7 public ByteBuffer get(String key); 7 public ByteBuffer get(String key);
8 public String getString(String key);
8 } 9 }