Package org.hexworks.zircon.api.util

Types

BSPTree
Link copied to clipboard
common
class BSPTree(rec: Rect, parent: Maybe<BSPTree>)
Cache
Link copied to clipboard
common
interface Cache<T>
Simple cache interface for storing objects.
DefaultCache
Link copied to clipboard
class DefaultCache<R : Cacheable>(maximumSize: Long, duration: Long, timeUnit: TimeUnit) : Cache<R>
TextUtils
Link copied to clipboard
common
object TextUtils