view src/main/java/jp/ac/u_ryukyu/ie/cr/jungle/store/nodepath/PathType.java @ 308:201cc75a9984

change Red Black Tree Edit Path Extends
author tatsuki
date Thu, 26 Jan 2017 15:23:25 +0900
parents
children 474728dcfdb8
line wrap: on
line source

package jp.ac.u_ryukyu.ie.cr.jungle.store.nodepath;

public enum PathType {
    Default,RedBlack
}