annotate src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Attributes.java @ 107:5b7e45464bb8

move
author one
date Fri, 12 Sep 2014 21:20:04 +0900
parents cb9fabaedfd4
children 98e256d9fd57
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
Shoshi TAMAKI
parents: 0
diff changeset
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core;
Shoshi TAMAKI
parents: 0
diff changeset
2
38
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 36
diff changeset
3 import java.nio.ByteBuffer;
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 36
diff changeset
4
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 36
diff changeset
5 public interface Attributes
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 {
107
one
parents: 38
diff changeset
7 public ByteBuffer get(String key);
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 }