|
LimeWire Collection Component API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitField | |
|---|---|
| org.limewire.collection | |
| Uses of BitField in org.limewire.collection |
|---|
| Classes in org.limewire.collection that implement BitField | |
|---|---|
class |
AndView
Provides a logical conjunction, 'And', operation on BitFields. |
class |
BitFieldSet
Provides a BitField implementation for a BitSet object. |
class |
NandView
Output: bf1: 1100 bf2: 1010 av: 0111 |
class |
NorView
Output: bf1: 1100 bf2: 1010 av: 0001 |
class |
NotView
Provides a not view for a BitField. |
class |
OrView
Gives an Or view over one to many BitFields. |
class |
XorView
Provides an XOR view. |
| Constructors in org.limewire.collection with parameters of type BitField | |
|---|---|
AndView(BitField first,
BitField... more)
|
|
AndView(BitField first,
BitField... more)
|
|
NandView(BitField first,
BitField... more)
|
|
NandView(BitField first,
BitField... more)
|
|
NorView(BitField first,
BitField... more)
|
|
NorView(BitField first,
BitField... more)
|
|
NotView(BitField bf)
|
|
OrView(BitField first,
BitField... more)
|
|
OrView(BitField first,
BitField... more)
|
|
XorView(BitField first,
BitField... more)
|
|
XorView(BitField first,
BitField... more)
|
|
|
LimeWire Collection Component API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||