view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Attributes.java @ 19:703f0be5368a

added attribute cache
author Shoshi TAMAKI
date Thu, 20 Dec 2012 18:09:17 +0900
parents a2c019a77c27
children 3dfa0be90a0d
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);
}