package com.zackehh.siphash; /** * A basic enum to determine the case of a String. * * A String can either be UPPER or LOWER case. */ public enum SipHashCase { UPPER, LOWER }