类分层结构
接口分层结构
- cn.nothinghere.brook.value.region.Region
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- cn.nothinghere.brook.value.region.City (implements cn.nothinghere.brook.value.region.Region)
- cn.nothinghere.brook.value.region.Province (implements cn.nothinghere.brook.value.region.Region)
Copyright © 2020. All rights reserved.