FSKeySet


Inherits From:
NSObject
Declared In:
FSKeySet.h


Class Description

No class description.


Instance Variables

NSMutableSet *_set;
FSTable *_cachedTable;
NSString *_cachedHashcode;

_setThe set of FSKey objects.
_cachedTableNo description.
_cachedHashcodeNo description.


Method Types

+ keySet
+ keySetWithKey:
+ keySetWithKeys:
- addKey:
- setByAddingKey:
- setBySubstitutingKey:
- setBySubstitutingKeys:
- setByAddingKeys:
- isValid
- isComplete
- hashcode
- objectEnumerator
- table
- keyForHeader:
- keyForGroup:
- value
- revalidate
- description
- setInLinkedTable:


Class Methods

keySet

+ (FSKeySet*)keySet

No method description.


keySetWithKey:

+ (FSKeySet*)keySetWithKey:(FSKey*)key

No method description.


keySetWithKeys:

+ (FSKeySet*)keySetWithKeys:(NSArray*)keys

No method description.


Instance Methods

addKey:

- (void)addKey:(FSKey*)aKey

No method description.


description

- (NSString*)description

No method description.


hashcode

- (NSString*)hashcode

No method description.


isComplete

- (BOOL)isComplete

No method description.


isValid

- (BOOL)isValid

No method description.


keyForGroup:

- (FSKey*)keyForGroup:(FSKeyGroup*)group

No method description.


keyForHeader:

- (FSKey*)keyForHeader:(FSHeader*)header

No method description.


objectEnumerator

- (NSEnumerator*)objectEnumerator

No method description.


revalidate

- (void)revalidate

No method description.


setByAddingKey:

- (FSKeySet*)setByAddingKey:(FSKey*)aKey

No method description.


setByAddingKeys:

- (FSKeySet*)setByAddingKeys:(FSKeySet*)otherKeys

No method description.


setBySubstitutingKey:

- (FSKeySet*)setBySubstitutingKey:(FSKey*)aKey

No method description.


setBySubstitutingKeys:

- (FSKeySet*)setBySubstitutingKeys:(FSKeySet*)keySet

No method description.


setInLinkedTable:

- (FSKeySet*)setInLinkedTable:(FSTable*)table

No method description.


table

- (FSTable*)table

No method description.


value

- (FSValue*)value

No method description.


Version 1.1 Copyright ©2002 by Stefan Leuker. All Rights Reserved.