A C D E G H I L M N R S T 
All Classes All Packages

A

add(int) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
add(Long) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
addAll(Collection) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
addMetaProperties(Map<String, Object>) - Method in class com.cedarsoftware.ncube.Column
Add a Map of meta properties all at once.

C

clear() - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
clearMetaProperties() - Method in class com.cedarsoftware.ncube.Column
Remove all meta properties associated to this Column.
Column - Class in com.cedarsoftware.ncube
Holds the value of a 'column' on an axis.
Column(Column) - Constructor for class com.cedarsoftware.ncube.Column
 
Column(Comparable) - Constructor for class com.cedarsoftware.ncube.Column
 
Column(Comparable, long) - Constructor for class com.cedarsoftware.ncube.Column
 
Column(Comparable, long, Map) - Constructor for class com.cedarsoftware.ncube.Column
 
Column(Comparable, long, Map, int) - Constructor for class com.cedarsoftware.ncube.Column
 
com.cedarsoftware.ncube - package com.cedarsoftware.ncube
 
com.cedarsoftware.ncube.util - package com.cedarsoftware.ncube.util
 
compareTo(Comparable) - Method in class com.cedarsoftware.ncube.Column
 
contains(Object) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
containsAll(Collection) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 

D

DEFAULT_VALUE - Static variable in class com.cedarsoftware.ncube.Column
 

E

equals(Object) - Method in class com.cedarsoftware.ncube.Column
 
equals(Object) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 

G

getColumnName() - Method in class com.cedarsoftware.ncube.Column
Get the optional name of a column.
getDisplayOrder() - Method in class com.cedarsoftware.ncube.Column
 
getId() - Method in class com.cedarsoftware.ncube.Column
 
getMetaProperties() - Method in class com.cedarsoftware.ncube.Column
 
getMetaProperty(String) - Method in class com.cedarsoftware.ncube.Column
Fetch the value associated to the passed in Key from the MetaProperties (if any exist).
getValue() - Method in class com.cedarsoftware.ncube.Column
 
getValueThatMatches() - Method in class com.cedarsoftware.ncube.Column
 

H

hashCode() - Method in class com.cedarsoftware.ncube.Column
 
hashCode() - Method in class com.cedarsoftware.ncube.util.LongHashSet
 

I

id - Variable in class com.cedarsoftware.ncube.Column
 
isDefault() - Method in class com.cedarsoftware.ncube.Column
 
isEmpty() - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
iterator() - Method in class com.cedarsoftware.ncube.util.LongHashSet
 

L

LongHashSet - Class in com.cedarsoftware.ncube.util
Special Set instance that hashes the Set<Long> column IDs with excellent dispersion, while at the same time, using only a single primitive long (8 bytes) per entry.
LongHashSet() - Constructor for class com.cedarsoftware.ncube.util.LongHashSet
 
LongHashSet(Set) - Constructor for class com.cedarsoftware.ncube.util.LongHashSet
 

M

metaProps - Variable in class com.cedarsoftware.ncube.Column
 

N

NAME - Static variable in class com.cedarsoftware.ncube.Column
 

R

remove(Object) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
removeAll(Collection) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
removeMetaProperty(String) - Method in class com.cedarsoftware.ncube.Column
Remove a meta-property entry
retainAll(Collection) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 

S

setColumnName(String) - Method in class com.cedarsoftware.ncube.Column
Set the optional name of a column.
setDisplayOrder(int) - Method in class com.cedarsoftware.ncube.Column
 
setId(long) - Method in class com.cedarsoftware.ncube.Column
 
setMetaProperty(String, Object) - Method in class com.cedarsoftware.ncube.Column
Set (add / overwrite) a Meta Property associated to this Column.
setValue(Comparable) - Method in class com.cedarsoftware.ncube.Column
Set the value of a column.
size() - Method in class com.cedarsoftware.ncube.util.LongHashSet
 

T

toArray() - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
toArray(Object[]) - Method in class com.cedarsoftware.ncube.util.LongHashSet
 
toString() - Method in class com.cedarsoftware.ncube.Column
 
A C D E G H I L M N R S T 
All Classes All Packages