view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Attributes.java @ 38:cb9fabaedfd4

added tests and changed testing provider to junit47
author Shoshi TAMAKI
date Mon, 28 Jan 2013 18:52:52 +0900
parents 3dfa0be90a0d
children 5b7e45464bb8
line wrap: on
line source

package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core;

import java.nio.ByteBuffer;

public interface Attributes
{
	public ByteBuffer get(String _key);
}