railo.runtime.type
Interface Collection.Key

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArgumentIntKey, KeyImpl
Enclosing interface:
Collection

public static interface Collection.Key
extends Serializable


Method Summary
 char charAt(int index)
          return char at given position
 boolean equalsIgnoreCase(Collection.Key key)
          compare to object, ignore case of input
 int getId()
           
 String getLowerString()
          return key as lower case String
 String getString()
          return key as String
 String getUpperString()
          return key as upper case String
 char lowerCharAt(int index)
          return lower case char a given position
 char upperCharAt(int index)
          return upper case char a given position
 

Method Detail

getString

String getString()
return key as String


getLowerString

String getLowerString()
return key as lower case String


getUpperString

String getUpperString()
return key as upper case String


charAt

char charAt(int index)
return char at given position

Parameters:
index -
Returns:
character at given position

lowerCharAt

char lowerCharAt(int index)
return lower case char a given position

Parameters:
index -
Returns:
lower case char from given position

upperCharAt

char upperCharAt(int index)
return upper case char a given position

Parameters:
index -
Returns:
upper case char from given position

equalsIgnoreCase

boolean equalsIgnoreCase(Collection.Key key)
compare to object, ignore case of input

Parameters:
key -
Returns:
is equal to given key?

getId

int getId()
Returns:
return id for this key, this key is unique for the system but ignore case of input


Copyright © 2012 Railo